Uses of Package
org.apache.struts2.components.template
Packages that use org.apache.struts2.components.template
Package
Description
Classes for views using FreeMarker.
-
Classes in org.apache.struts2.components.template used by org.apache.struts2.componentsClassDescriptionA template is used as a model for rendering output.The TemplateEngineManager will return a template engine for the template
-
Classes in org.apache.struts2.components.template used by org.apache.struts2.components.templateClassDescriptionBase class for template engines.A template is used as a model for rendering output.Any template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the templateContext used when rendering templates.
-
Classes in org.apache.struts2.components.template used by org.apache.struts2.views.freemarkerClassDescriptionAny template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the template
-
Classes in org.apache.struts2.components.template used by org.apache.struts2.views.javaClassDescriptionBase class for template engines.Any template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the templateThe TemplateEngineManager will return a template engine for the templateContext used when rendering templates.
-
Classes in org.apache.struts2.components.template used by org.apache.struts2.views.java.simple
-
Classes in org.apache.struts2.components.template used by org.apache.struts2.views.velocity.templateClassDescriptionBase class for template engines.Any template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the templateContext used when rendering templates.