Package org.gatein.pc.test.unit.actions
Class PortletResourceTestAction
java.lang.Object
org.gatein.pc.test.unit.TestAction
org.gatein.pc.test.unit.actions.PortletResourceTestAction
- Version:
- $Revision: 7954 $
- Author:
- Boleslaw Dawidowicz
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedPortletResourceTestAction(boolean attemptToSendResponse) -
Method Summary
Modifier and TypeMethodDescriptionfinal Responseexecute(javax.portlet.Portlet portlet, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, PortletTestContext context) protected Responserun(javax.portlet.Portlet portlet, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, PortletTestContext context) protected ResponserunWithRuntimeException(javax.portlet.Portlet portlet, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, PortletTestContext context) Methods inherited from class org.gatein.pc.test.unit.TestAction
assertParameterMap, assertParameterMap, createCookieMap, getLogger
-
Constructor Details
-
PortletResourceTestAction
protected PortletResourceTestAction(boolean attemptToSendResponse) -
PortletResourceTestAction
protected PortletResourceTestAction()
-
-
Method Details
-
execute
public final Response execute(javax.portlet.Portlet portlet, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, PortletTestContext context) throws javax.portlet.PortletException, IOException - Throws:
javax.portlet.PortletExceptionIOException
-
runWithRuntimeException
protected Response runWithRuntimeException(javax.portlet.Portlet portlet, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, PortletTestContext context) throws javax.portlet.PortletException, IOException - Throws:
javax.portlet.PortletExceptionIOException
-
run
protected Response run(javax.portlet.Portlet portlet, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, PortletTestContext context) throws javax.portlet.PortletException, IOException - Throws:
javax.portlet.PortletExceptionIOException
-