Uses of Interface
javax.portlet.ResourceRequest

Packages that use ResourceRequest
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.optional   
org.apache.pluto.testsuite   
 

Uses of ResourceRequest in javax.portlet
 

Methods in javax.portlet with parameters of type ResourceRequest
 void ResourceServingPortlet.serveResource(ResourceRequest request, ResourceResponse response)
          Called by the portlet container to allow the portlet to generate the resource content based on its current state.
 void GenericPortlet.serveResource(ResourceRequest request, ResourceResponse response)
          Default resource serving.
 

Uses of ResourceRequest in javax.portlet.filter
 

Classes in javax.portlet.filter that implement ResourceRequest
 class ResourceRequestWrapper
          The ResourceRequestWrapper provides a convenient implementation of the ResourceRequest interface that can be subclassed by developers wishing to adapt the request.
 

Methods in javax.portlet.filter that return ResourceRequest
 ResourceRequest ResourceRequestWrapper.getRequest()
          Return the wrapped request object.
 

Methods in javax.portlet.filter with parameters of type ResourceRequest
 void FilterChain.doFilter(ResourceRequest request, ResourceResponse response)
          Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the portlet at the end of the chain to be invoked.
 void ResourceFilter.doFilter(ResourceRequest request, ResourceResponse response, FilterChain chain)
          The doFilter method of the Filter is called by the portlet container each time a resource request/response pair is passed through the chain due to a client request for a portlet method at the end of the chain.
 void ResourceRequestWrapper.setRequest(ResourceRequest request)
          Sets the request object being wrapped.
 

Constructors in javax.portlet.filter with parameters of type ResourceRequest
ResourceRequestWrapper(ResourceRequest request)
          Creates an ResourceRequest adaptor wrapping the given request object.
 

Uses of ResourceRequest in org.apache.pluto.core
 

Methods in org.apache.pluto.core with parameters of type ResourceRequest
 void NullPortlet.serveResource(ResourceRequest arg0, ResourceResponse arg1)
           
 void DefaultPortletInvokerService.serveResource(ResourceRequest request, ResourceResponse response, InternalPortletWindow window)
          Invoke the portlet with a resource request.
 

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

Methods in org.apache.pluto.driver.services.container with parameters of type ResourceRequest
 void FilterChainImpl.doFilter(ResourceRequest request, ResourceResponse response)
           
 

Uses of ResourceRequest in org.apache.pluto.internal
 

Subinterfaces of ResourceRequest in org.apache.pluto.internal
 interface InternalResourceRequest
          The internal resource request interface extends the internal portlet request interface and provides some resource-specific methods.
 

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

Classes in org.apache.pluto.internal.impl that implement ResourceRequest
 class ResourceRequestImpl
           
 

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

Methods in org.apache.pluto.spi.optional with parameters of type ResourceRequest
 void PortletInvokerService.serveResource(ResourceRequest req, ResourceResponse res, InternalPortletWindow window)
           
 

Uses of ResourceRequest in org.apache.pluto.testsuite
 

Methods in org.apache.pluto.testsuite with parameters of type ResourceRequest
 void TestPortlet.serveResource(ResourceRequest arg0, ResourceResponse arg1)
           
 



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