Package org.gatein.pc.test.unit.actions
Class ServletServiceTestAction
java.lang.Object
org.gatein.pc.test.unit.TestAction
org.gatein.pc.test.unit.actions.ServletServiceTestAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(jakarta.servlet.Servlet servlet, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PortletTestContext context) protected Responserun(jakarta.servlet.Servlet servlet, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PortletTestContext context) Methods inherited from class org.gatein.pc.test.unit.TestAction
assertParameterMap, assertParameterMap, createCookieMap, getLogger
-
Constructor Details
-
ServletServiceTestAction
public ServletServiceTestAction()
-
-
Method Details
-
run
protected Response run(jakarta.servlet.Servlet servlet, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PortletTestContext context) throws jakarta.servlet.ServletException, IOException - Throws:
jakarta.servlet.ServletExceptionIOException
-
execute
public Response execute(jakarta.servlet.Servlet servlet, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PortletTestContext context) throws jakarta.servlet.ServletException, IOException - Throws:
jakarta.servlet.ServletExceptionIOException
-