Uses of Interface
org.jasig.springframework.web.portlet.context.PortletApplicationContext

Packages that use PortletApplicationContext
org.jasig.springframework.web.portlet.context   
org.jasig.springframework.web.portlet.support   
 

Uses of PortletApplicationContext in org.jasig.springframework.web.portlet.context
 

Classes in org.jasig.springframework.web.portlet.context that implement PortletApplicationContext
 class ContribStaticPortletApplicationContext
          Exists simply to add PortletApplicationContext into the type hierarchy of StaticPortletApplicationContext.
 class ContribXmlPortletApplicationContext
          Exists simply to add PortletApplicationContext into the type hierarchy of XmlPortletApplicationContext.
 

Methods in org.jasig.springframework.web.portlet.context that return PortletApplicationContext
protected  PortletApplicationContext PortletContextLoader.createPortletApplicationContext(javax.portlet.PortletContext sc)
          Instantiate the root PortletApplicationContext for this loader, either the default context class or a custom context class if specified.
static PortletApplicationContext PortletContextLoader.getCurrentPortletApplicationContext()
          Obtain the Spring root portlet application context for the current thread (i.e.
static PortletApplicationContext PortletApplicationContextUtils2.getPortletApplicationContext(javax.portlet.PortletContext pc)
          Find the root PortletApplicationContext for this portlet application, which is typically loaded via PortletContextLoaderListener.
static PortletApplicationContext PortletApplicationContextUtils2.getPortletApplicationContext(javax.portlet.PortletContext pc, String attrName)
          Find a custom PortletApplicationContext for this web application.
static PortletApplicationContext PortletApplicationContextUtils2.getRequiredPortletApplicationContext(javax.portlet.PortletContext pc)
          Find the root PortletApplicationContext for this portlet application, which is typically loaded via ContextLoaderFilter.
 PortletApplicationContext PortletContextLoader.initWebApplicationContext(javax.portlet.PortletContext portletContext)
          Initialize Spring's portlet application context for the given portlet context, using the application context provided at construction time, or creating a new one according to the "contextClass" and "contextConfigLocation" context-params.
 

Uses of PortletApplicationContext in org.jasig.springframework.web.portlet.support
 

Methods in org.jasig.springframework.web.portlet.support that return PortletApplicationContext
static PortletApplicationContext PortletRequestContextUtils.getPortletApplicationContext(javax.portlet.PortletRequest request)
          Look for the PortletApplicationContext associated with the DispatcherPortlet that has initiated request processing.
static PortletApplicationContext PortletRequestContextUtils.getPortletApplicationContext(javax.portlet.PortletRequest request, javax.portlet.PortletContext portletContext)
          Look for the PortletApplicationContext associated with the DispatcherPortlet that has initiated request processing, and for the global context if none was found associated with the current request.
 



Copyright © 2013 Jasig. All Rights Reserved.