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