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

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

Uses of InternalPortletRequest in org.apache.pluto.internal
 

Subinterfaces of InternalPortletRequest in org.apache.pluto.internal
 interface InternalActionRequest
          The internal action request extends the internal portlet request and provides some action-specific methods (currently, no specific methods are declared).
 interface InternalRenderRequest
          The internal render request interface extends the internal portlet request interface and provides some render-specific methods.
 

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

Classes in org.apache.pluto.internal.impl that implement InternalPortletRequest
 class ActionRequestImpl
          Implementation of the javax.portlet.ActionRequest interface.
 class PortletRequestImpl
          Abstract javax.portlet.PortletRequest implementation.
 class RenderRequestImpl
          Implementation of the javax.portlet.RenderRequest interface.
 

Constructors in org.apache.pluto.internal.impl with parameters of type InternalPortletRequest
PortletPreferencesImpl(PortletContainer container, InternalPortletWindow window, InternalPortletRequest request, java.lang.Integer methodId)
          Constructs an instance.
PortletRequestImpl(InternalPortletRequest internalPortletRequest)
           
RenderRequestImpl(InternalPortletRequest request)
           
 



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