Uses of Interface
com.opensymphony.module.sitemesh.Page
Packages that use Page
Package
Description
Sitemesh Package.
Filter Package.
Mapper Package.
Mutlipass Package.
Parser Package.
Taglib Package.
Tapestry Package.
Compatability classes to enable easy migration of SiteMesh 1 and 2 applications to SiteMesh 3.
-
Uses of Page in com.opensymphony.module.sitemesh
Subinterfaces of Page in com.opensymphony.module.sitemeshMethods in com.opensymphony.module.sitemesh that return PageModifier and TypeMethodDescriptionPageParser.parse(char[] buffer) Deprecated.PageParser.parse(SitemeshBuffer buffer) Parse the given buffer into a page object.Methods in com.opensymphony.module.sitemesh with parameters of type PageModifier and TypeMethodDescriptionDecoratorMapper.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 -
Uses of Page in com.opensymphony.module.sitemesh.mapper
Methods in com.opensymphony.module.sitemesh.mapper with parameters of type PageModifier and TypeMethodDescriptionAbstractDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) AgentDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) ConfigDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) RetrieveDecoratorbased on 'pattern' tag.CookieDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) FrameSetDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) InlineDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) LanguageDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) NullDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) Returns null.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.PageDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) ParameterDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) PrintableDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) RobotDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) SessionDecoratorMapper.getDecorator(javax.servlet.http.HttpServletRequest request, Page page) -
Uses of Page in com.opensymphony.module.sitemesh.multipass
Methods in com.opensymphony.module.sitemesh.multipass that return PageModifier and TypeMethodDescriptionMultipassReplacementPageParser.parse(char[] buffer) MultipassReplacementPageParser.parse(SitemeshBuffer sitemeshBuffer) Methods in com.opensymphony.module.sitemesh.multipass with parameters of type PageModifier and TypeMethodDescriptionprotected voidMultipassFilter.writeDecorator(javax.servlet.http.HttpServletResponse response, Page page, javax.servlet.RequestDispatcher dispatcher, javax.servlet.http.HttpServletRequest request) Write decorator.Constructors in com.opensymphony.module.sitemesh.multipass with parameters of type PageModifierConstructorDescriptionMultipassReplacementPageParser(Page page, javax.servlet.http.HttpServletResponse response) Instantiates a new multipass replacement page parser. -
Uses of Page in com.opensymphony.module.sitemesh.parser
Classes in com.opensymphony.module.sitemesh.parser that implement PageModifier and TypeClassDescriptionclassAbstract implementation ofHTMLPage.classAbstract implementation ofPage.final classHTMLPage implementation produced by FastPageParser.classThe Class PartialPageParserHtmlPage.classThe Class PartialPageParserPage.classHTMLPage 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 PageModifier and TypeMethodDescriptionFastPageParser.parse(char[] buffer) Deprecated.FastPageParser.parse(SitemeshBuffer buffer) Deprecated.HTMLPageParser.parse(char[] buffer) HTMLPageParser.parse(SitemeshBuffer buffer) PartialPageParser.parse(char[] buffer) PartialPageParser.parse(SitemeshBuffer buffer) -
Uses of Page in com.opensymphony.module.sitemesh.taglib
Methods in com.opensymphony.module.sitemesh.taglib that return Page -
Uses of Page in com.opensymphony.module.sitemesh.tapestry
Methods in com.opensymphony.module.sitemesh.tapestry that return PageModifier and TypeMethodDescriptionstatic PageUtil.getPage(org.apache.tapestry.IRequestCycle cycle) Gets the page.SiteMeshBase.getSiteMeshPage()Gets the site mesh page. -
Uses of Page in com.opensymphony.sitemesh.compatability
Classes in com.opensymphony.sitemesh.compatability that implement PageModifier and TypeClassDescriptionclass
PageParser.parse(SitemeshBuffer), to allow performance improvement such as single buffer parsing and buffer chaining.