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