Uses of Interface
com.sitemesh.Decorator

Packages that use Decorator
com.sitemesh   
com.sitemesh.mapper   
 

Uses of Decorator in com.sitemesh
 

Methods in com.sitemesh that return Decorator
 Decorator DecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
          Return appropriate Decorator for a certain Page.
 

Uses of Decorator in com.sitemesh.mapper
 

Classes in com.sitemesh.mapper that implement Decorator
 class DefaultDecorator
          Default implementation of Decorator.
 

Methods in com.sitemesh.mapper that return Decorator
 Decorator DefaultDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page)