Uses of Interface
javax.portlet.PortletRequest

Packages that use PortletRequest
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
org.jboss.portal.portlet.bridge   
org.jboss.portal.portlet.impl.jsr168   
org.jboss.portal.portlet.impl.jsr168.api   
org.jboss.portal.portlet.impl.jsr168.taglib   
 

Uses of PortletRequest in javax.portlet
 

Subinterfaces of PortletRequest in javax.portlet
 interface ActionRequest
          The ActionRequest represents the request sent to the portlet to handle an action.
 interface RenderRequest
          The RenderRequest represents the request sent to the portlet to handle a render.
 

Uses of PortletRequest in org.jboss.portal.portlet.bridge
 

Methods in org.jboss.portal.portlet.bridge with parameters of type PortletRequest
 javax.servlet.http.HttpServletRequest JBossServletContextProvider.getHttpServletRequest(GenericPortlet genericPortlet, PortletRequest portletRequest)
           
 

Uses of PortletRequest in org.jboss.portal.portlet.impl.jsr168
 

Methods in org.jboss.portal.portlet.impl.jsr168 with type parameters of type PortletRequest
static
<U extends PortletRequest>
U
PortletUtils.unwrap(PortletRequest wrapped, java.lang.Class<U> unwrapped)
           
 

Methods in org.jboss.portal.portlet.impl.jsr168 with parameters of type PortletRequest
static
<U extends PortletRequest>
U
PortletUtils.unwrap(PortletRequest wrapped, java.lang.Class<U> unwrapped)
           
 

Constructors in org.jboss.portal.portlet.impl.jsr168 with parameters of type PortletRequest
DispatchedHttpServletRequest.Mime(Dispatch dispatch, PortletRequest preq, javax.servlet.http.HttpServletRequestWrapper dreq, javax.servlet.ServletContext servletContext)
           
DispatchedHttpServletRequest(Dispatch dispatch, PortletRequest preq, javax.servlet.http.HttpServletRequestWrapper dreq, javax.servlet.ServletContext servletContext)
           
 

Uses of PortletRequest in org.jboss.portal.portlet.impl.jsr168.api
 

Classes in org.jboss.portal.portlet.impl.jsr168.api that implement PortletRequest
 class ActionRequestImpl
           
 class ClientDataRequestImpl
           
 class EventRequestImpl
           
 class PortletRequestImpl
          PortletRequest implemention.
 class RenderRequestImpl
           
 class ResourceRequestImpl
           
 

Methods in org.jboss.portal.portlet.impl.jsr168.api with parameters of type PortletRequest
 void FilterChainImpl.doFilter(PortletRequest req, PortletResponse resp)
           
 void PortletRequestDispatcherImpl.forward(PortletRequest req, PortletResponse resp)
           
 void PortletRequestDispatcherImpl.include(PortletRequest req, PortletResponse resp)
           
 

Uses of PortletRequest in org.jboss.portal.portlet.impl.jsr168.taglib
 

Methods in org.jboss.portal.portlet.impl.jsr168.taglib that return PortletRequest
protected  PortletRequest PortletTag.getPortletRequest()
           
 



Copyright © 2008. All Rights Reserved.