Uses of Interface
com.opensymphony.sitemesh.Decorator
Packages that use Decorator
Package
Description
-
Uses of Decorator in com.opensymphony.sitemesh
Methods in com.opensymphony.sitemesh that return DecoratorModifier and TypeMethodDescriptionDecoratorSelector.selectDecorator
(Content content, SiteMeshContext context) -
Uses of Decorator in com.opensymphony.sitemesh.compatability
Classes in com.opensymphony.sitemesh.compatability that implement DecoratorModifier and TypeClassDescriptionclass
Methods 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 TypeClassDescriptionclass
Convenient base class for all Java web-app based decorators that make use of the Servlet API.class
Decorator that dispatches to another path in the Servlet Container (such as a JSP or path mapped to a Servlet).class
Decorator 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).class
If no decorator is to be applied to a page, this will ensure the original content gets written out.