Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.sitemesh.Page

Uses of Page in com.sitemesh
 

Subinterfaces of Page in com.sitemesh
 interface HTMLPage
          Extention of Page providing access to HTML data.
 

Methods in com.sitemesh that return Page
 Page PageParser.parse(java.io.InputStream in)
           
 Page PageParser.parse(java.io.Reader in)
           
 Page PageParser.parse(org.xml.sax.InputSource in)
           
 Page PageParser.parse(char[] data)
           
 Page PageParser.parse(byte[] data)
           
 

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