Uses of Interface
com.opensymphony.module.sitemesh.Page
-
-
Uses of Page in com.opensymphony.module.sitemesh
Subinterfaces of Page in com.opensymphony.module.sitemesh Modifier and Type Interface Description interface
HTMLPage
Extension ofPage
providing access to HTML data.Methods in com.opensymphony.module.sitemesh that return Page Modifier and Type Method Description Page
PageParser. parse(char[] data)
This builds a Page.Methods in com.opensymphony.module.sitemesh with parameters of type Page Modifier and Type Method Description Decorator
DecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
Return appropriateDecorator
for a certain Page. -
Uses of Page in com.opensymphony.module.sitemesh.filter
Fields in com.opensymphony.module.sitemesh.filter declared as Page Modifier and Type Field Description private Page
PageResponseWrapper. page
Methods in com.opensymphony.module.sitemesh.filter that return Page Modifier and Type Method Description Page
PageResponseWrapper. getPage()
protected Page
PageFilter. parsePage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain)
Continue in filter-chain, writing all content to buffer and parsing into returnedPage
object.Methods in com.opensymphony.module.sitemesh.filter with parameters of type Page Modifier and Type Method Description protected void
PageFilter. applyDecorator(Page page, Decorator decorator, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
private void
PageFilter. writeOriginal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.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 Modifier and Type Method Description private Decorator
PageDecoratorMapper. getByProperty(javax.servlet.http.HttpServletRequest request, Page p, java.lang.String name)
Decorator
AbstractDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
Delegate to parent.Decorator
AgentDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
Decorator
ConfigDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
RetrieveDecorator
based on 'pattern' tag.Decorator
CookieDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
Decorator
FrameSetDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
Decorator
InlineDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
Decorator
LanguageDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
Decorator
NullDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
Returns null.Decorator
OSDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
Attempts to find the correct decorator for Page page based on the UA-OS HTTP header in the request.Decorator
PageDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
Decorator
ParameterDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
Decorator
PrintableDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
Decorator
RobotDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
-
Uses of Page in com.opensymphony.module.sitemesh.parser
Classes in com.opensymphony.module.sitemesh.parser that implement Page Modifier and Type Class Description class
AbstractHTMLPage
Abstract implementation ofHTMLPage
.class
AbstractPage
Abstract implementation ofPage
.class
FastPage
HTMLPage implementation produced by FastPageParser.class
UnParsedPage
A page that is of unrecognised content-type, or cannot be parsed into a specific type of Page.Methods in com.opensymphony.module.sitemesh.parser that return Page Modifier and Type Method Description Page
DefaultPageParser. parse(char[] data)
Page
FastPageParser. parse(char[] data)
Page
FastPageParser. parse(java.io.Reader reader)
-
Uses of Page in com.opensymphony.module.sitemesh.taglib
Methods in com.opensymphony.module.sitemesh.taglib that return Page Modifier and Type Method Description protected Page
AbstractTag. getPage()
Return the Page object from the PAGE scope.
-