Package org.gatein.pc.test.unit.actions
Class PortletActionTestAction
java.lang.Object
org.gatein.pc.test.unit.TestAction
org.gatein.pc.test.unit.actions.PortletActionTestAction
- Version:
- $Revision: 7954 $
- Author:
- Boleslaw Dawidowicz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Responseexecute(javax.portlet.Portlet portlet, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, PortletTestContext context) protected voidrun(javax.portlet.Portlet portlet, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, PortletTestContext context) protected voidrunWithRuntimeException(javax.portlet.Portlet portlet, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, PortletTestContext context) Methods inherited from class org.gatein.pc.test.unit.TestAction
assertParameterMap, assertParameterMap, createCookieMap, getLogger
-
Constructor Details
-
PortletActionTestAction
public PortletActionTestAction()
-
-
Method Details
-
execute
public final Response execute(javax.portlet.Portlet portlet, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, PortletTestContext context) throws javax.portlet.PortletException, IOException - Throws:
javax.portlet.PortletExceptionIOException
-
runWithRuntimeException
protected void runWithRuntimeException(javax.portlet.Portlet portlet, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, PortletTestContext context) throws javax.portlet.PortletException, IOException - Throws:
javax.portlet.PortletExceptionIOException
-
run
protected void run(javax.portlet.Portlet portlet, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, PortletTestContext context) throws javax.portlet.PortletException, IOException - Throws:
javax.portlet.PortletExceptionIOException
-