Uses of Interface
javax.portlet.PortletContext

Packages that use PortletContext
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. 
org.apache.pluto.core   
org.apache.pluto.driver.services.container   
org.apache.pluto.internal   
org.apache.pluto.internal.impl   
org.apache.pluto.spi   
org.apache.pluto.spi.optional   
org.apache.pluto.testsuite   
org.apache.pluto.testsuite.test   
 

Uses of PortletContext in javax.portlet
 

Methods in javax.portlet that return PortletContext
 PortletContext PortletSession.getPortletContext()
          Returns the portlet application context associated with this session.
 PortletContext GenericPortlet.getPortletContext()
          Returns the PortletContext of the portlet application the portlet is in.
 PortletContext PortletConfig.getPortletContext()
          Returns the PortletContext of the portlet application the portlet is in.
 

Uses of PortletContext in javax.portlet.filter
 

Methods in javax.portlet.filter that return PortletContext
 PortletContext FilterConfig.getPortletContext()
          Returns a reference to the PortletContext in which the caller is executing.
 

Uses of PortletContext in org.apache.pluto.core
 

Methods in org.apache.pluto.core that return PortletContext
 PortletContext PortletContextManager.getPortletContext(java.lang.String applicationId)
           
 

Uses of PortletContext in org.apache.pluto.driver.services.container
 

Methods in org.apache.pluto.driver.services.container that return PortletContext
 PortletContext FilterConfigImpl.getPortletContext()
           
 

Methods in org.apache.pluto.driver.services.container with parameters of type PortletContext
 void FilterManagerImpl.processFilter(PortletRequest req, PortletResponse res, java.lang.ClassLoader loader, java.lang.String portletName, PortletContext portletContext, java.lang.String lifecycle)
          The processFilter initialize the rest you need and invoke doFilter from FilterChain.
 void FilterChainImpl.setFilterData(java.lang.ClassLoader loader, java.lang.String portletName, PortletContext portletContext)
          The filterData has do be set before call doFilter.
 void FilterConfigImpl.setPortletContext(PortletContext portletContext)
           
 

Uses of PortletContext in org.apache.pluto.internal
 

Subinterfaces of PortletContext in org.apache.pluto.internal
 interface InternalPortletContext
           
 

Methods in org.apache.pluto.internal with parameters of type PortletContext
 void InternalPortletRequest.init(PortletContext context, javax.servlet.http.HttpServletRequest request)
          Initializes the portlet request for use within the target context.
 

Uses of PortletContext in org.apache.pluto.internal.impl
 

Classes in org.apache.pluto.internal.impl that implement PortletContext
 class PortletContextImpl
          Pluto's Portlet Context Implementation.
 

Methods in org.apache.pluto.internal.impl that return PortletContext
 PortletContext PortletConfigImpl.getPortletContext()
           
 PortletContext PortletSessionImpl.getPortletContext()
           
 

Methods in org.apache.pluto.internal.impl with parameters of type PortletContext
 void PortletRequestImpl.init(PortletContext portletContext, javax.servlet.http.HttpServletRequest req)
           
 

Constructors in org.apache.pluto.internal.impl with parameters of type PortletContext
PortletConfigImpl(javax.servlet.ServletConfig servletConfig, PortletContext portletContext, PortletDD portletDD, PortletAppDD portletAppDD)
           
PortletSessionImpl(PortletContext portletContext, InternalPortletWindow internalPortletWindow, javax.servlet.http.HttpSession httpSession)
          Constructs an instance.
 

Uses of PortletContext in org.apache.pluto.spi
 

Methods in org.apache.pluto.spi with parameters of type PortletContext
 void FilterManager.processFilter(PortletRequest req, PortletResponse res, java.lang.ClassLoader loader, java.lang.String portletName, PortletContext portletContext, java.lang.String lifecycle)
           
 

Uses of PortletContext in org.apache.pluto.spi.optional
 

Methods in org.apache.pluto.spi.optional that return PortletContext
 PortletContext PortletRegistryService.getPortletContext(java.lang.String applicationId)
          Retrieve the PortletContext for the specified applicationId
 

Uses of PortletContext in org.apache.pluto.testsuite
 

Methods in org.apache.pluto.testsuite with parameters of type PortletContext
 void PortletTest.doHeaders(PortletConfig config, PortletContext context, RenderRequest request, RenderResponse response)
          Called by TestPortlet.doHeaders()
 void NoOpTest.doHeaders(PortletConfig config, PortletContext context, RenderRequest request, RenderResponse response)
           
 TestResults PortletTest.doTest(PortletConfig config, PortletContext context, PortletRequest request, PortletResponse response)
          Runs the test.
 TestResults NoOpTest.doTest(PortletConfig config, PortletContext context, PortletRequest request, PortletResponse response)
           
 

Uses of PortletContext in org.apache.pluto.testsuite.test
 

Methods in org.apache.pluto.testsuite.test with parameters of type PortletContext
protected  TestResult DispatcherRenderParameterTest.checkAddedSameNameParameter(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult MiscTest.checkContextMajorVersion(PortletContext context)
           
protected  TestResult MiscTest.checkContextMinorVersion(PortletContext context)
           
protected  TestResult DispatcherRequestTest.checkContextPath(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult MiscTest.checkContextServerInfo(PortletContext context)
           
protected  TestResult SimpleAttributeTest.checkEnumerateAttributesInContext(PortletContext context)
           
protected  TestResult ContextInitParameterTest.checkEnumerationContainsNames(PortletContext context)
           
protected  TestResult DispatcherRequestTest.checkGetContextPath(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult ContextInitParameterTest.checkGetInitParameter(PortletContext context)
           
protected  TestResult SimpleAttributeTest.checkGetNullAttribute(PortletContext context)
           
protected  TestResult DispatcherRequestTest.checkGetQueryString(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult DispatcherRequestTest.checkGetRequestURI(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult DispatcherRequestTest.checkGetServletPath(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult DispatcherRenderParameterTest.checkInvalidParameters(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult DispatcherRenderParameterTest.checkParameters(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult DispatcherRequestTest.checkPathInfo(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult DispatcherRequestTest.checkQueryString(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult SimpleAttributeTest.checkRemoveAttribute(PortletContext context)
           
protected  TestResult DispatcherRequestTest.checkRequestURI(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult DispatcherRenderParameterTest.checkSameNameParameter(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult DispatcherRequestTest.checkServletPath(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult SimpleAttributeTest.checkSetAttribute(PortletContext context)
           
 void AbstractReflectivePortletTest.doHeaders(PortletConfig config, PortletContext context, RenderRequest request, RenderResponse response)
           
 TestResults AbstractReflectivePortletTest.doTest(PortletConfig config, PortletContext context, PortletRequest request, PortletResponse response)
          Invoke test methods using java reflection.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.