Uses of Class
org.exoplatform.services.portletcontainer.pci.ActionInput

Packages that use ActionInput
org.exoplatform.frameworks.portletcontainer.portalframework   
org.exoplatform.services.portletcontainer   
org.exoplatform.services.portletcontainer.impl   
org.exoplatform.services.portletcontainer.plugins.pc   
org.exoplatform.services.wsrp.consumer.impl   
org.exoplatform.services.wsrp.consumer.portlets   
org.exoplatform.services.wsrp.producer   
org.exoplatform.services.wsrp.producer.impl   
org.exoplatform.services.wsrp2.consumer.impl   
org.exoplatform.services.wsrp2.consumer.portlets   
org.exoplatform.services.wsrp2.producer   
org.exoplatform.services.wsrp2.producer.impl   
 

Uses of ActionInput in org.exoplatform.frameworks.portletcontainer.portalframework
 

Methods in org.exoplatform.frameworks.portletcontainer.portalframework that return ActionInput
protected  ActionInput PortalFramework.createActionInput()
          Creates ActionInput instance and fills it with appropriate values.
 

Methods in org.exoplatform.frameworks.portletcontainer.portalframework with parameters of type ActionInput
protected  ActionOutput PortalFramework.processAction(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, ActionInput actionInput)
          Calls processAction() for target portlet and parses its output.
 

Uses of ActionInput in org.exoplatform.services.portletcontainer
 

Methods in org.exoplatform.services.portletcontainer with parameters of type ActionInput
 ActionOutput PortletContainerPlugin.processAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionInput input)
          Process action.
 ActionOutput PortletContainerService.processAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionInput input)
           
 

Uses of ActionInput in org.exoplatform.services.portletcontainer.impl
 

Methods in org.exoplatform.services.portletcontainer.impl with parameters of type ActionInput
 ActionOutput PortletContainerServiceImpl.processAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionInput input)
          Overridden method.
 

Uses of ActionInput in org.exoplatform.services.portletcontainer.plugins.pc
 

Methods in org.exoplatform.services.portletcontainer.plugins.pc with parameters of type ActionInput
 ActionOutput PortletContainerDispatcher.processAction(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, ActionInput actionInput)
          Overridden method.
 

Uses of ActionInput in org.exoplatform.services.wsrp.consumer.impl
 

Methods in org.exoplatform.services.wsrp.consumer.impl with parameters of type ActionInput
 ActionOutput WSRPConsumerPlugin.processAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionInput input)
           
 

Uses of ActionInput in org.exoplatform.services.wsrp.consumer.portlets
 

Methods in org.exoplatform.services.wsrp.consumer.portlets with parameters of type ActionInput
 void WSRPAdminPortlet.processAction(ActionInput input, ActionOutput output, javax.servlet.http.HttpServletRequest request)
           
 

Uses of ActionInput in org.exoplatform.services.wsrp.producer
 

Methods in org.exoplatform.services.wsrp.producer with parameters of type ActionInput
 ActionOutput PortletContainerProxy.processAction(WSRPHttpServletRequest request, WSRPHttpServletResponse response, ActionInput input)
           
 

Uses of ActionInput in org.exoplatform.services.wsrp.producer.impl
 

Methods in org.exoplatform.services.wsrp.producer.impl with parameters of type ActionInput
 ActionOutput JSR168ContainerProxyImpl.processAction(WSRPHttpServletRequest request, WSRPHttpServletResponse response, ActionInput input)
           
 

Uses of ActionInput in org.exoplatform.services.wsrp2.consumer.impl
 

Methods in org.exoplatform.services.wsrp2.consumer.impl with parameters of type ActionInput
 ActionOutput WSRPConsumerPlugin.processAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionInput input)
           
 

Uses of ActionInput in org.exoplatform.services.wsrp2.consumer.portlets
 

Methods in org.exoplatform.services.wsrp2.consumer.portlets with parameters of type ActionInput
 void WSRPAdminPortlet.processAction(ActionInput input, ActionOutput output, javax.servlet.http.HttpServletRequest request)
           
 

Uses of ActionInput in org.exoplatform.services.wsrp2.producer
 

Methods in org.exoplatform.services.wsrp2.producer with parameters of type ActionInput
 ActionOutput PortletContainerProxy.processAction(WSRPHttpServletRequest request, WSRPHttpServletResponse response, ActionInput input)
           
 

Uses of ActionInput in org.exoplatform.services.wsrp2.producer.impl
 

Methods in org.exoplatform.services.wsrp2.producer.impl with parameters of type ActionInput
 ActionOutput JSR286ContainerProxyImpl.processAction(WSRPHttpServletRequest request, WSRPHttpServletResponse response, ActionInput input)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.