Class HippoTextTemplate
- java.lang.Object
-
- org.hippoecm.frontend.plugins.yui.header.templates.DynamicTextTemplate
-
- org.hippoecm.frontend.plugins.yui.header.templates.HippoTextTemplate
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
public abstract class HippoTextTemplate extends DynamicTextTemplate
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HippoTextTemplate(Class<?> clazz, String filename, String moduleClass)
HippoTextTemplate(org.apache.wicket.util.template.PackageTextTemplate template, String moduleClass)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getId()
protected Map<String,Object>
getVariables()
-
Methods inherited from class org.hippoecm.frontend.plugins.yui.header.templates.DynamicTextTemplate
getConfigurationAsJSON, getJsonConfig, getModuleClass, getSettings, getString, setConfiguration, setId, setModuleClass
-
-
-
-
Method Detail
-
getVariables
protected Map<String,Object> getVariables()
- Overrides:
getVariables
in classDynamicTextTemplate
-
getId
public abstract String getId()
- Overrides:
getId
in classDynamicTextTemplate
-
-