Class VelocityPageFilter

java.lang.Object
com.opensymphony.sitemesh.webapp.SiteMeshFilter
org.apache.struts2.sitemesh.VelocityPageFilter
All Implemented Interfaces:
jakarta.servlet.Filter

public class VelocityPageFilter extends com.opensymphony.sitemesh.webapp.SiteMeshFilter
Core Filter for integrating SiteMesh into a Java web application.
  • Constructor Details

    • VelocityPageFilter

      public VelocityPageFilter()
  • Method Details

    • setVelocityManager

      public static void setVelocityManager(VelocityManagerInterface mgr)
    • setVelocityManager

      @Deprecated public static void setVelocityManager(VelocityManager mgr)
      Deprecated.
      since 6.4.0
    • init

      public void init(jakarta.servlet.FilterConfig filterConfig)
      Specified by:
      init in interface jakarta.servlet.Filter
      Overrides:
      init in class com.opensymphony.sitemesh.webapp.SiteMeshFilter
    • initDecoratorSelector

      protected com.opensymphony.sitemesh.DecoratorSelector initDecoratorSelector(com.opensymphony.sitemesh.webapp.SiteMeshWebAppContext webAppContext)
      Overrides:
      initDecoratorSelector in class com.opensymphony.sitemesh.webapp.SiteMeshFilter