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(jakarta.servlet.http.HttpServletRequest request, Page page)Return appropriateDecoratorfor 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 PagePageResponseWrapper. pageMethods in com.opensymphony.module.sitemesh.filter that return Page Modifier and Type Method Description PagePageResponseWrapper. getPage()protected PagePageFilter. parsePage(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain chain)Continue in filter-chain, writing all content to buffer and parsing into returnedPageobject.Methods in com.opensymphony.module.sitemesh.filter with parameters of type Page Modifier and Type Method Description protected voidPageFilter. applyDecorator(Page page, Decorator decorator, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)private voidPageFilter. writeOriginal(jakarta.servlet.http.HttpServletRequest request, jakarta.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 DecoratorPageDecoratorMapper. getByProperty(jakarta.servlet.http.HttpServletRequest request, Page p, java.lang.String name)DecoratorAbstractDecoratorMapper. getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page)Delegate to parent.DecoratorAgentDecoratorMapper. getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page)DecoratorConfigDecoratorMapper. getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page)RetrieveDecoratorbased on 'pattern' tag.DecoratorCookieDecoratorMapper. getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page)DecoratorFrameSetDecoratorMapper. getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page)DecoratorInlineDecoratorMapper. getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page)DecoratorLanguageDecoratorMapper. getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page)DecoratorNullDecoratorMapper. getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page)Returns null.DecoratorOSDecoratorMapper. getDecorator(jakarta.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(jakarta.servlet.http.HttpServletRequest request, Page page)DecoratorParameterDecoratorMapper. getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page)DecoratorPrintableDecoratorMapper. getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page)DecoratorRobotDecoratorMapper. getDecorator(jakarta.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 classAbstractHTMLPageAbstract implementation ofHTMLPage.classAbstractPageAbstract implementation ofPage.classFastPageHTMLPage implementation produced by FastPageParser.classUnParsedPageA 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 PageDefaultPageParser. parse(char[] data)PageFastPageParser. parse(char[] data)PageFastPageParser. 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 PageAbstractTag. getPage()Return the Page object from the PAGE scope.
-