Uses of Interface
com.opensymphony.module.sitemesh.Page

Packages that use Page
com.opensymphony.module.sitemesh   
com.opensymphony.module.sitemesh.filter   
com.opensymphony.module.sitemesh.mapper   
com.opensymphony.module.sitemesh.multipass   
com.opensymphony.module.sitemesh.parser   
com.opensymphony.module.sitemesh.taglib   
com.opensymphony.module.sitemesh.tapestry   
com.opensymphony.sitemesh.compatability   
 

Uses of Page in com.opensymphony.module.sitemesh
 

Subinterfaces of Page in com.opensymphony.module.sitemesh
 interface HTMLPage
          Extension of Page providing access to HTML data.
 

Methods in com.opensymphony.module.sitemesh that return Page
 Page PageParser.parse(char[] data)
          This builds a Page.
 

Methods in com.opensymphony.module.sitemesh with parameters of type Page
 Decorator DecoratorMapper.getDecorator(HttpServletRequest request, Page page)
          Return appropriate Decorator for a certain Page.
 

Uses of Page in com.opensymphony.module.sitemesh.filter
 

Methods in com.opensymphony.module.sitemesh.filter that return Page
 Page PageResponseWrapper.getPage()
           
 Page Buffer.parse()
           
protected  Page PageFilter.parsePage(HttpServletRequest request, HttpServletResponse response, FilterChain chain)
          Continue in filter-chain, writing all content to buffer and parsing into returned Page object.
 

Methods in com.opensymphony.module.sitemesh.filter with parameters of type Page
protected  void PageFilter.applyDecorator(Page page, Decorator decorator, HttpServletRequest request, HttpServletResponse response)
          Apply Decorator to Page and write to the response.
protected  void PageFilter.writeDecorator(HttpServletResponse response, Page page, RequestDispatcher dispatcher, HttpServletRequest request)
           
private  void PageFilter.writeOriginal(HttpServletRequest request, HttpServletResponse response, Page page)
          Write the original page data to the response.
 

Uses of Page in com.opensymphony.module.sitemesh.mapper
 

Methods in com.opensymphony.module.sitemesh.mapper with parameters of type Page
private  Decorator PageDecoratorMapper.getByProperty(HttpServletRequest request, Page p, String name)
           
 Decorator SessionDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator RobotDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator PrintableDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator ParameterDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator PageDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator OSDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
          Attempts to find the correct decorator for Page page based on the UA-OS HTTP header in the request.
 Decorator NullDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
          Returns null.
 Decorator LanguageDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator InlineDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator FrameSetDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator CookieDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator ConfigDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
          Retrieve Decorator based on 'pattern' tag.
 Decorator AgentDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator AbstractDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
          Delegate to parent.
 

Uses of Page in com.opensymphony.module.sitemesh.multipass
 

Fields in com.opensymphony.module.sitemesh.multipass declared as Page
private  Page MultipassReplacementPageParser.page
           
 

Methods in com.opensymphony.module.sitemesh.multipass that return Page
 Page MultipassReplacementPageParser.parse(char[] data)
           
 

Methods in com.opensymphony.module.sitemesh.multipass with parameters of type Page
protected  void MultipassFilter.writeDecorator(HttpServletResponse response, Page page, RequestDispatcher dispatcher, HttpServletRequest request)
           
 

Constructors in com.opensymphony.module.sitemesh.multipass with parameters of type Page
MultipassReplacementPageParser(Page page, HttpServletResponse response)
           
 

Uses of Page in com.opensymphony.module.sitemesh.parser
 

Classes in com.opensymphony.module.sitemesh.parser that implement Page
 class AbstractHTMLPage
          Abstract implementation of HTMLPage.
 class AbstractPage
          Abstract implementation of Page .
 class FastPage
          HTMLPage implementation produced by FastPageParser.
 class TokenizedHTMLPage
          HTMLPage implementation that builds itself based on the incoming 'tag' and 'text' tokens fed to it from the HTMLTagTokenizer.
 

Methods in com.opensymphony.module.sitemesh.parser that return Page
 Page HTMLPageParser.parse(char[] data)
           
 Page FastPageParser.parse(char[] data)
          Deprecated.  
 Page FastPageParser.parse(Reader reader)
          Deprecated.  
 

Uses of Page in com.opensymphony.module.sitemesh.taglib
 

Methods in com.opensymphony.module.sitemesh.taglib that return Page
protected  Page AbstractTag.getPage()
          Return the Page object from the PAGE scope.
 

Uses of Page in com.opensymphony.module.sitemesh.tapestry
 

Methods in com.opensymphony.module.sitemesh.tapestry that return Page
static Page Util.getPage(org.apache.tapestry.IRequestCycle cycle)
           
 Page SiteMeshBase.getSiteMeshPage()
           
 

Uses of Page in com.opensymphony.sitemesh.compatability
 

Classes in com.opensymphony.sitemesh.compatability that implement Page
 class Content2HTMLPage
          Adapts a SiteMesh 3 Content to a SiteMesh 2 HTMLPage.
 


www.opensymphony.com/sitemesh/