Package | Description |
---|---|
com.opensymphony.sitemesh | |
com.opensymphony.sitemesh.compatability |
Compatability classes to enable easy migration of SiteMesh 1 and 2 applications to SiteMesh 3.
|
com.opensymphony.sitemesh.webapp |
Provides integration of SiteMesh with Java web-applications.
|
com.opensymphony.sitemesh.webapp.decorator |
Modifier and Type | Method and Description |
---|---|
Content |
ContentProcessor.build(char[] data,
SiteMeshContext context) |
boolean |
ContentProcessor.handles(SiteMeshContext context) |
void |
Decorator.render(Content content,
SiteMeshContext context) |
Decorator |
DecoratorSelector.selectDecorator(Content content,
SiteMeshContext context) |
Modifier and Type | Method and Description |
---|---|
Content |
PageParser2ContentProcessor.build(char[] data,
SiteMeshContext context) |
boolean |
PageParser2ContentProcessor.handles(SiteMeshContext context) |
Decorator |
DecoratorMapper2DecoratorSelector.selectDecorator(Content content,
SiteMeshContext context) |
Modifier and Type | Class and Description |
---|---|
class |
SiteMeshWebAppContext |
Modifier and Type | Method and Description |
---|---|
void |
BaseWebAppDecorator.render(Content content,
SiteMeshContext context) |