Uses of Class
com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
Packages that use BaseWebAppDecorator
Package
Description
Compatability classes to enable easy migration of SiteMesh 1 and 2 applications to SiteMesh 3.
The Decorator Package.
-
Uses of BaseWebAppDecorator in com.opensymphony.sitemesh.compatability
Subclasses of BaseWebAppDecorator in com.opensymphony.sitemesh.compatabilityModifier and TypeClassDescriptionclass -
Uses of BaseWebAppDecorator in com.opensymphony.sitemesh.webapp.decorator
Subclasses of BaseWebAppDecorator in com.opensymphony.sitemesh.webapp.decoratorModifier and TypeClassDescriptionclassDecorator that dispatches to another path in the Servlet Container (such as a JSP or path mapped to a Servlet).classDecorator that dispatches to another path in A DIFFERENT WEB-APP in the same Servlet Container (such as a JSP or path mapped to a Servlet).classIf no decorator is to be applied to a page, this will ensure the original content gets written out.