Class PortletTestAction

java.lang.Object
org.gatein.pc.test.unit.TestAction
org.gatein.pc.test.unit.actions.PortletTestAction

public abstract class PortletTestAction extends TestAction
  • 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.PortletException
      IOException
    • 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.PortletException
      IOException
    • 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.PortletException
      IOException