Uses of Interface
com.opensymphony.sitemesh.SiteMeshContext
Packages that use SiteMeshContext
Package
Description
The sitemesh package.
Compatability classes to enable easy migration of SiteMesh 1 and 2 applications to SiteMesh 3.
Provides integration of SiteMesh with Java web-applications.
The Decorator Package.
-
Uses of SiteMeshContext in com.opensymphony.sitemesh
Methods in com.opensymphony.sitemesh with parameters of type SiteMeshContextModifier and TypeMethodDescriptionContentProcessor.build(SitemeshBuffer buffer, SiteMeshContext context) Builds the.booleanContentProcessor.handles(SiteMeshContext context) Handles.voidDecorator.render(Content content, SiteMeshContext context) Render.DecoratorSelector.selectDecorator(Content content, SiteMeshContext context) Select decorator. -
Uses of SiteMeshContext in com.opensymphony.sitemesh.compatability
Methods in com.opensymphony.sitemesh.compatability with parameters of type SiteMeshContextModifier and TypeMethodDescriptionPageParser2ContentProcessor.build(SitemeshBuffer buffer, SiteMeshContext context) Builds the.booleanPageParser2ContentProcessor.handles(SiteMeshContext context) Handles.DecoratorMapper2DecoratorSelector.selectDecorator(Content content, SiteMeshContext context) -
Uses of SiteMeshContext in com.opensymphony.sitemesh.webapp
Classes in com.opensymphony.sitemesh.webapp that implement SiteMeshContext -
Uses of SiteMeshContext in com.opensymphony.sitemesh.webapp.decorator
Methods in com.opensymphony.sitemesh.webapp.decorator with parameters of type SiteMeshContextModifier and TypeMethodDescriptionvoidBaseWebAppDecorator.render(Content content, SiteMeshContext context) Render.