Uses of Interface
com.opensymphony.module.sitemesh.Page
Packages that use Page
Package
Description
-
Uses of Page in com.opensymphony.module.sitemesh
Subinterfaces of Page in com.opensymphony.module.sitemeshMethods in com.opensymphony.module.sitemesh that return PageMethods in com.opensymphony.module.sitemesh with parameters of type PageModifier and TypeMethodDescriptionDecoratorMapper.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 PageMethods in com.opensymphony.module.sitemesh.filter that return PageModifier and TypeMethodDescriptionPageResponseWrapper.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 PageModifier and TypeMethodDescriptionprotected 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 PageModifier and TypeMethodDescriptionprivate DecoratorPageDecoratorMapper.getByProperty(jakarta.servlet.http.HttpServletRequest request, Page p, String name) AbstractDecoratorMapper.getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page) Delegate to parent.AgentDecoratorMapper.getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page) ConfigDecoratorMapper.getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page) RetrieveDecoratorbased on 'pattern' tag.CookieDecoratorMapper.getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page) FrameSetDecoratorMapper.getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page) InlineDecoratorMapper.getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page) LanguageDecoratorMapper.getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page) NullDecoratorMapper.getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page) Returns null.OSDecoratorMapper.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.PageDecoratorMapper.getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page) ParameterDecoratorMapper.getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page) PrintableDecoratorMapper.getDecorator(jakarta.servlet.http.HttpServletRequest request, Page page) RobotDecoratorMapper.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 PageModifier and TypeClassDescriptionclassAbstract implementation ofHTMLPage.classAbstract implementation ofPage.final classHTMLPage implementation produced by FastPageParser.final classA 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 -
Uses of Page in com.opensymphony.module.sitemesh.taglib
Methods in com.opensymphony.module.sitemesh.taglib that return Page