Uses of Interface
javax.portlet.ActionResponse

Packages that use ActionResponse
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.portlets   
org.apache.pluto.driver.services.container   
org.apache.pluto.internal   
org.apache.pluto.internal.impl   
org.apache.pluto.spi.optional   
org.apache.pluto.testsuite   
org.apache.pluto.wrappers   
 

Uses of ActionResponse in javax.portlet
 

Methods in javax.portlet with parameters of type ActionResponse
 void GenericPortlet.processAction(ActionRequest request, ActionResponse response)
          Called by the portlet container to allow the portlet to process an action request.
 void Portlet.processAction(ActionRequest request, ActionResponse response)
          Called by the portlet container to allow the portlet to process an action request.
 

Uses of ActionResponse in javax.portlet.filter
 

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

Methods in javax.portlet.filter that return ActionResponse
 ActionResponse ActionResponseWrapper.getResponse()
          Return the wrapped response object.
 

Methods in javax.portlet.filter with parameters of type ActionResponse
 void FilterChain.doFilter(ActionRequest request, ActionResponse 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 ActionFilter.doFilter(ActionRequest request, ActionResponse response, FilterChain chain)
          The doFilter method of the Filter is called by the portlet container each time a action request/response pair is passed through the chain due to a client request for a portlet method at the end of the chain.
 void ActionResponseWrapper.setResponse(ActionResponse response)
          Sets the response object being wrapped.
 

Constructors in javax.portlet.filter with parameters of type ActionResponse
ActionResponseWrapper(ActionResponse response)
          Creates an ActionResponse adaptor wrapping the given response object.
 

Uses of ActionResponse in org.apache.pluto.core
 

Methods in org.apache.pluto.core with parameters of type ActionResponse
 void DefaultPortletInvokerService.action(ActionRequest request, ActionResponse response, InternalPortletWindow window)
          Invoke the portlet with an action request.
 void NullPortlet.processAction(ActionRequest arg0, ActionResponse arg1)
           
 

Uses of ActionResponse in org.apache.pluto.driver.portlets
 

Methods in org.apache.pluto.driver.portlets with parameters of type ActionResponse
 void PageAdminPortlet.processAction(ActionRequest request, ActionResponse response)
           
 

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

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

Uses of ActionResponse in org.apache.pluto.internal
 

Subinterfaces of ActionResponse in org.apache.pluto.internal
 interface InternalActionResponse
          The internal action response interface extends the internal portlet response interface and provides some action-specific methods.
 

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

Classes in org.apache.pluto.internal.impl that implement ActionResponse
 class ActionResponseImpl
           
 

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

Methods in org.apache.pluto.spi.optional with parameters of type ActionResponse
 void PortletInvokerService.action(ActionRequest req, ActionResponse res, InternalPortletWindow window)
           
 

Uses of ActionResponse in org.apache.pluto.testsuite
 

Methods in org.apache.pluto.testsuite with parameters of type ActionResponse
 void TestPortlet.processAction(ActionRequest request, ActionResponse response)
           
 

Uses of ActionResponse in org.apache.pluto.wrappers
 

Methods in org.apache.pluto.wrappers that return ActionResponse
 ActionResponse ActionResponseWrapper.getActionResponse()
          Return the wrapped ServletResponse object.
 

Constructors in org.apache.pluto.wrappers with parameters of type ActionResponse
ActionResponseWrapper(ActionResponse actionResponse)
          Creates a ServletResponse adaptor wrapping the given response object.
 



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