Uses of Class
lumis.portal.page.PageWebResource

Packages that use PageWebResource
lumis.content.webresource   
lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces. 
lumis.portal.page   
lumis.portal.page.webresource This package contains objects related to a page web resource. 
lumis.portal.presentation   
lumis.portal.presentation.core Contains the core implementation for processing a page layout file. 
lumis.portal.presentation.perspective   
lumis.portal.presentation.perspective.publisher   
lumis.portal.servicecontainer   
lumis.portal.serviceinterface   
lumis.portal.theme Contains the portal themes feature implementation. 
 

Uses of PageWebResource in lumis.content.webresource
 

Methods in lumis.content.webresource with parameters of type PageWebResource
 void ContentPageWebResourceDataProvider.init(PageWebResource instance)
           
 

Uses of PageWebResource in lumis.lptf.portal.serviceinterface
 

Methods in lumis.lptf.portal.serviceinterface that return PageWebResource
 PageWebResource MockServiceInterfaceRenderRequest.getPageWebResource()
           
 

Uses of PageWebResource in lumis.portal.page
 

Constructors in lumis.portal.page with parameters of type PageWebResource
PageWebResourceFunctionMapper(PageWebResource pageWebResource, HttpServletRequest request)
          Creates a new instance with the given parameters.
PageWebResourceVariableResolver(PageWebResource pageWebResource)
          Creates a new instance with the given parameters.
PageWebResourceVariableResolver(PageWebResource pageWebResource, HttpServletRequest httpServletRequest)
          Creates a new instance with the given parameters.
 

Uses of PageWebResource in lumis.portal.page.webresource
 

Fields in lumis.portal.page.webresource declared as PageWebResource
protected  PageWebResource AbstractPageWebResourceDataProvider.pageWebResource
          The page web resource this provider is generating data for.
 

Methods in lumis.portal.page.webresource with parameters of type PageWebResource
 void IPageWebResourceDataProvider.init(PageWebResource pageWebResource)
          Initializes this page web resource data provider.
 void AbstractPageWebResourceDataProvider.init(PageWebResource pageWebResource)
          Sets AbstractPageWebResourceDataProvider.pageWebResource attribute with the given pageWebResource object.
 

Uses of PageWebResource in lumis.portal.presentation
 

Fields in lumis.portal.presentation declared as PageWebResource
protected  PageWebResource PresentationControllerHtml.webResource
           
 

Methods in lumis.portal.presentation that return PageWebResource
 PageWebResource PresentationControllerHtml.PresentationPageRenderer.getWebResource()
           
 

Methods in lumis.portal.presentation with parameters of type PageWebResource
static String PageRendererUtil.getLayoutFilePath(PageWebResource pageWebResource)
          Returns the path to the layout file.
static Document PageRendererUtil.getPageLayout(SessionConfig sessionConfig, PageWebResource pageWebResource, ITransaction transaction, int mode)
          Returns current page's layout document.
static Collection<String> PageRendererUtil.getPageLayoutHolderIds(Document pageLayout, PageWebResource pageWebResource)
          Returns a collection of holder ids for the given page layout Document if the PageWebResource has a layout file path, else returns null.
 

Uses of PageWebResource in lumis.portal.presentation.core
 

Methods in lumis.portal.presentation.core that return PageWebResource
 PageWebResource LayoutFilePage.getPageWebResource()
          Returns the PageWebResource for this page.
 PageWebResource IPageRenderer.getWebResource()
           
 

Uses of PageWebResource in lumis.portal.presentation.perspective
 

Methods in lumis.portal.presentation.perspective with parameters of type PageWebResource
 String IModeURLProvider.generateURL(PageWebResource webresource, HttpServletRequest httpServletRequest)
          Generates and returns the url to be called when a portal mode is selected.
 String DefaultModeURLProvider.generateURL(PageWebResource webresource, HttpServletRequest httpServletRequest)
           
 

Uses of PageWebResource in lumis.portal.presentation.perspective.publisher
 

Methods in lumis.portal.presentation.perspective.publisher with parameters of type PageWebResource
 String AutoAdministrationModeURLProvider.generateURL(PageWebResource webresource, HttpServletRequest httpServletRequest)
           
 

Uses of PageWebResource in lumis.portal.servicecontainer
 

Methods in lumis.portal.servicecontainer that return PageWebResource
 PageWebResource ServiceContainerRequest.getPageWebResource()
           
 

Methods in lumis.portal.servicecontainer with parameters of type PageWebResource
 void ServiceContainerResponse.setPageWebResource(PageWebResource pageWebResource)
          Sets the page web resource for this response.
 void ServiceContainerRequest.setPageWebResource(PageWebResource pageWebResource)
          Sets the page web resource for this request.
 

Constructors in lumis.portal.servicecontainer with parameters of type PageWebResource
ServiceContainerRenderRequestFunctionMapper(PageWebResource pageWebResource, IServiceInterfaceRenderResponseSPI renderResponse, IServiceInterfaceRequestSPI request)
          Creates a new instance with the given parameters.
ServiceContainerRequestFunctionMapper(PageWebResource pageWebResource, IServiceInterfaceRequestSPI request)
           
 

Uses of PageWebResource in lumis.portal.serviceinterface
 

Methods in lumis.portal.serviceinterface that return PageWebResource
 PageWebResource IServiceInterfaceRequest.getPageWebResource()
          Returns the PageWebResource of this request.
 

Methods in lumis.portal.serviceinterface with parameters of type PageWebResource
static OpenRuntimeInterfaceBehavior OpenRuntimeInterfaceBehavior.from(PageWebResource pageWebResource, boolean keepParentActive)
          Returns the OpenRuntimeInterfaceBehavior for the given page.
 

Uses of PageWebResource in lumis.portal.theme
 

Methods in lumis.portal.theme with parameters of type PageWebResource
 List<ITheme> ThemeManager.getThemes(PageWebResource pageWebResource)
          Returns the applied themes in the given page.
 



Lumisportal  7.0.0.121130 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.