Package org.hippoecm.frontend.editor
Interface ITemplateEngine
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
public interface ITemplateEngine
extends org.apache.wicket.util.io.IClusterable
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wicket.model.IModel<?>
getPrototype
(ITypeDescriptor type) getTemplate
(ITypeDescriptor type, IEditor.Mode mode) getType
(org.apache.wicket.model.IModel<?> model)
-
Field Details
-
ENGINE
The configuration key to use when locating the template engine service.- See Also:
-
MODE
- See Also:
-
-
Method Details
-
getType
- Throws:
TemplateEngineException
-
getType
- Throws:
TemplateEngineException
-
getTemplate
- Throws:
TemplateEngineException
-
getPrototype
- Throws:
TemplateEngineException
-
getEditableTypes
-