Uses of Interface
javax.portlet.ActionRequest

Packages that use ActionRequest
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.testsuite.test   
org.apache.pluto.wrappers   
 

Uses of ActionRequest in javax.portlet
 

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

Uses of ActionRequest in javax.portlet.filter
 

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

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

Methods in javax.portlet.filter with parameters of type ActionRequest
 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 ActionRequestWrapper.setRequest(ActionRequest request)
          Sets the request object being wrapped.
 

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

Uses of ActionRequest in org.apache.pluto.core
 

Methods in org.apache.pluto.core with parameters of type ActionRequest
 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 ActionRequest in org.apache.pluto.driver.portlets
 

Methods in org.apache.pluto.driver.portlets with parameters of type ActionRequest
 void PageAdminPortlet.doAddPage(ActionRequest request)
          Adds a page to the portal via the RenderConfigService.
 void PageAdminPortlet.doAddPortlet(ActionRequest request)
           
 void PageAdminPortlet.doRemovePage(ActionRequest request)
          Removes a page from the portal ignoring any requests to remove the default page or the Pluto Admin page.
 void PageAdminPortlet.doRemovePortlet(ActionRequest request)
           
 void PageAdminPortlet.processAction(ActionRequest request, ActionResponse response)
           
 

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

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

Uses of ActionRequest in org.apache.pluto.internal
 

Subinterfaces of ActionRequest 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).
 

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

Classes in org.apache.pluto.internal.impl that implement ActionRequest
 class ActionRequestImpl
          Implementation of the javax.portlet.ActionRequest interface.
 

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

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

Uses of ActionRequest in org.apache.pluto.testsuite
 

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

Uses of ActionRequest in org.apache.pluto.testsuite.test
 

Methods in org.apache.pluto.testsuite.test with parameters of type ActionRequest
protected  TestResult ActionParameterTest.checkGetActionParamerMap(ActionRequest request)
           
protected  TestResult ActionParameterTest.checkGetActionParameter(ActionRequest request)
           
protected  TestResult PreferenceInActionTest.checkOnePreferenceValidatorPerPortletDefinition(ActionRequest request)
           
protected  TestResult ActionParameterTest.checkParameterNames(ActionRequest request)
           
protected  TestResult PreferenceInActionTest.checkPreferenceValidator(ActionRequest request)
           
protected  TestResult PreferenceInActionTest.checkStorePreferences(ActionRequest request)
           
 

Uses of ActionRequest in org.apache.pluto.wrappers
 

Methods in org.apache.pluto.wrappers that return ActionRequest
 ActionRequest ActionRequestWrapper.getActionRequest()
          Return the wrapped ServletRequest object.
 

Constructors in org.apache.pluto.wrappers with parameters of type ActionRequest
ActionRequestWrapper(ActionRequest actionRequest)
          Creates a ServletRequest adaptor wrapping the given request object.
 



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