Package | Description |
---|---|
com.opensymphony.sitemesh | |
com.opensymphony.sitemesh.compatability | |
com.opensymphony.sitemesh.webapp.decorator |
Modifier and Type | Method and Description |
---|---|
Decorator |
DecoratorSelector.selectDecorator(Content content,
SiteMeshContext context) |
Modifier and Type | Class and Description |
---|---|
class |
OldDecorator2NewDecorator
|
Modifier and Type | Method and Description |
---|---|
Decorator |
DecoratorMapper2DecoratorSelector.selectDecorator(Content content,
SiteMeshContext context) |
Modifier and Type | Class and Description |
---|---|
class |
BaseWebAppDecorator
Convenient base class for all Java web-app based decorators that make use of the Servlet API.
|
class |
DispatchedDecorator
Decorator that dispatches to another path in the Servlet Container (such as a JSP or path mapped to a Servlet).
|
class |
ExternalDispatchedDecorator
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 |
NoDecorator
If no decorator is to be applied to a page, this will ensure the original content gets written out.
|