Uses of Interface
org.apache.pluto.core.InternalPortletRequest

Packages that use InternalPortletRequest
org.apache.pluto.core   
org.apache.pluto.core.impl   
 

Uses of InternalPortletRequest in org.apache.pluto.core
 

Methods in org.apache.pluto.core that return InternalPortletRequest
static InternalPortletRequest CoreUtils.getInternalRequest(PortletRequest request)
           
 

Uses of InternalPortletRequest in org.apache.pluto.core.impl
 

Classes in org.apache.pluto.core.impl that implement InternalPortletRequest
 class ActionRequestImpl
          To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
(package private)  class IncludedRenderRequestImpl
           
 class PortletRequestImpl
           
 class RenderRequestImpl
          To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
 

Constructors in org.apache.pluto.core.impl with parameters of type InternalPortletRequest
IncludedRenderRequestImpl(InternalPortletRequest req, java.util.Map queryParams)