Uses of Interface
com.opensymphony.sitemesh.Decorator
Packages that use Decorator
Package
Description
The sitemesh package.
Compatability classes to enable easy migration of SiteMesh 1 and 2 applications to SiteMesh 3.
The Decorator Package.
-
Uses of Decorator in com.opensymphony.sitemesh
Methods in com.opensymphony.sitemesh that return DecoratorModifier and TypeMethodDescriptionDecoratorSelector.selectDecorator(Content content, SiteMeshContext context) Select decorator. -
Uses of Decorator in com.opensymphony.sitemesh.compatability
Classes in com.opensymphony.sitemesh.compatability that implement DecoratorModifier and TypeClassDescriptionclassMethods in com.opensymphony.sitemesh.compatability that return DecoratorModifier and TypeMethodDescriptionDecoratorMapper2DecoratorSelector.selectDecorator(Content content, SiteMeshContext context) -
Uses of Decorator in com.opensymphony.sitemesh.webapp.decorator
Classes in com.opensymphony.sitemesh.webapp.decorator that implement DecoratorModifier and TypeClassDescriptionclassConvenient base class for all Java web-app based decorators that make use of the Servlet API.classDecorator 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.