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 interfaceHTMLPageExtension ofPageproviding access to HTML data.Methods in com.opensymphony.module.sitemesh that return Page Modifier and Type Method Description PagePageParser. parse(char[] data)This builds a Page.Methods in com.opensymphony.module.sitemesh with parameters of type Page Modifier and Type Method Description DecoratorDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)Return appropriateDecoratorfor a certain Page. -
Uses of Page in com.opensymphony.module.sitemesh.filter
Methods in com.opensymphony.module.sitemesh.filter that return Page Modifier and Type Method Description PagePageResponseWrapper. getPage()PageBuffer. parse() -
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 DecoratorPageDecoratorMapper. getByProperty(javax.servlet.http.HttpServletRequest request, Page p, String name)DecoratorAbstractDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)Delegate to parent.DecoratorAgentDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)DecoratorConfigDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)RetrieveDecoratorbased on 'pattern' tag.DecoratorCookieDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)DecoratorFrameSetDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)DecoratorInlineDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)DecoratorLanguageDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)DecoratorNullDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)Returns null.DecoratorOSDecoratorMapper. 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.DecoratorPageDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)DecoratorParameterDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)DecoratorPrintableDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)DecoratorRobotDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page)DecoratorSessionDecoratorMapper. getDecorator(javax.servlet.http.HttpServletRequest request, Page page) -
Uses of Page in com.opensymphony.module.sitemesh.multipass
Fields in com.opensymphony.module.sitemesh.multipass declared as Page Modifier and Type Field Description private PageMultipassReplacementPageParser. pageMethods in com.opensymphony.module.sitemesh.multipass that return Page Modifier and Type Method Description PageMultipassReplacementPageParser. parse(char[] data)Methods in com.opensymphony.module.sitemesh.multipass with parameters of type Page Modifier and Type Method Description protected voidMultipassFilter. writeDecorator(javax.servlet.http.HttpServletResponse response, Page page, javax.servlet.RequestDispatcher dispatcher, javax.servlet.http.HttpServletRequest request)Constructors in com.opensymphony.module.sitemesh.multipass with parameters of type Page Constructor Description MultipassReplacementPageParser(Page page, javax.servlet.http.HttpServletResponse response) -
Uses of Page in com.opensymphony.module.sitemesh.parser
Classes in com.opensymphony.module.sitemesh.parser that implement Page Modifier and Type Class Description classAbstractHTMLPageAbstract implementation ofHTMLPage.classAbstractPageAbstract implementation ofPage.classFastPageHTMLPage implementation produced by FastPageParser.classTokenizedHTMLPageHTMLPage 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 Modifier and Type Method Description PageFastPageParser. parse(char[] data)Deprecated.PageFastPageParser. parse(Reader reader)Deprecated.PageHTMLPageParser. parse(char[] data) -
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 PageAbstractTag. getPage()Return the Page object from the PAGE scope. -
Uses of Page in com.opensymphony.sitemesh.compatability
Classes in com.opensymphony.sitemesh.compatability that implement Page Modifier and Type Class Description classContent2HTMLPage
-