com.opensymphony.sitemesh.webapp.decorator |
|
Java Source File Name | Type | Comment |
BaseWebAppDecorator.java | Class | Convenient base class for all Java web-app based decorators that make use of the Servlet API. |
DispatchedDecorator.java | Class | Decorator that dispatches to another path in the Servlet Container (such as a JSP or path mapped to a Servlet). |
ExternalDispatchedDecorator.java | 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). |
NoDecorator.java | Class | If no decorator is to be applied to a page, this will ensure the original content gets written out. |