Package org.apache.struts2.sitemesh
Class FreemarkerPageFilter
java.lang.Object
com.opensymphony.sitemesh.webapp.SiteMeshFilter
org.apache.struts2.sitemesh.FreemarkerPageFilter
- All Implemented Interfaces:
jakarta.servlet.Filter
public class FreemarkerPageFilter
extends com.opensymphony.sitemesh.webapp.SiteMeshFilter
Core Filter for integrating SiteMesh + Freemarker into
a Java web application.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(jakarta.servlet.FilterConfig filterConfig) protected com.opensymphony.sitemesh.DecoratorSelector
initDecoratorSelector
(com.opensymphony.sitemesh.webapp.SiteMeshWebAppContext webAppContext) static void
Methods inherited from class com.opensymphony.sitemesh.webapp.SiteMeshFilter
destroy, doFilter, initContentProcessor
-
Constructor Details
-
FreemarkerPageFilter
public FreemarkerPageFilter()
-
-
Method Details
-
setFreemarkerManager
-
init
public void init(jakarta.servlet.FilterConfig filterConfig) - Specified by:
init
in interfacejakarta.servlet.Filter
- Overrides:
init
in classcom.opensymphony.sitemesh.webapp.SiteMeshFilter
-
initDecoratorSelector
protected com.opensymphony.sitemesh.DecoratorSelector initDecoratorSelector(com.opensymphony.sitemesh.webapp.SiteMeshWebAppContext webAppContext) - Overrides:
initDecoratorSelector
in classcom.opensymphony.sitemesh.webapp.SiteMeshFilter
-