Uses of Class
org.gatein.pc.test.unit.protocol.response.Response
Packages that use Response
Package
Description
-
Uses of Response in org.gatein.pc.test.unit
Methods in org.gatein.pc.test.unit that return ResponseMethods in org.gatein.pc.test.unit with parameters of type ResponseModifier and TypeMethodDescriptionvoidPortletTestContext.updateResponse(Response response) Update the context response with the provided response. -
Uses of Response in org.gatein.pc.test.unit.actions
Methods in org.gatein.pc.test.unit.actions that return ResponseModifier and TypeMethodDescriptionfinal ResponsePortletActionTestAction.execute(javax.portlet.Portlet portlet, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, PortletTestContext context) final ResponsePortletEventTestAction.execute(javax.portlet.Portlet portlet, javax.portlet.EventRequest request, javax.portlet.EventResponse response, PortletTestContext context) final ResponsePortletRenderTestAction.execute(javax.portlet.Portlet portlet, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, PortletTestContext context) final ResponsePortletResourceTestAction.execute(javax.portlet.Portlet portlet, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, PortletTestContext context) final ResponsePortletTestAction.execute(javax.portlet.Portlet portlet, javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, PortletTestContext context) ServletServiceTestAction.execute(jakarta.servlet.Servlet servlet, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PortletTestContext context) protected ResponsePortletRenderTestAction.run(javax.portlet.Portlet portlet, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, PortletTestContext context) protected ResponsePortletResourceTestAction.run(javax.portlet.Portlet portlet, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, PortletTestContext context) protected ResponsePortletTestAction.run(javax.portlet.Portlet portlet, javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, PortletTestContext context) protected ResponseServletServiceTestAction.run(jakarta.servlet.Servlet servlet, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PortletTestContext context) protected ResponsePortletRenderTestAction.runWithRuntimeException(javax.portlet.Portlet portlet, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, PortletTestContext context) protected ResponsePortletResourceTestAction.runWithRuntimeException(javax.portlet.Portlet portlet, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, PortletTestContext context) protected ResponsePortletTestAction.runWithRuntimeException(javax.portlet.Portlet portlet, javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, PortletTestContext context) -
Uses of Response in org.gatein.pc.test.unit.protocol
Methods in org.gatein.pc.test.unit.protocol that return ResponseModifier and TypeMethodDescriptionClientResponseContext.getResponse()DriverContext.getResponse()final ResponseConversation.handleCommand(ClientRequestContext commandContext) Trigger an interaction with the server here.Methods in org.gatein.pc.test.unit.protocol with parameters of type ResponseModifier and TypeMethodDescriptionClientRequestContext.createResponseContext(Response response) voidDriverContext.setResponse(Response response) -
Uses of Response in org.gatein.pc.test.unit.protocol.response
Subclasses of Response in org.gatein.pc.test.unit.protocol.responseModifier and TypeClassDescriptionclassclassclassclassclassclassThe portlet wants to invoke a post. -
Uses of Response in org.gatein.pc.test.unit.web
Methods in org.gatein.pc.test.unit.web that return ResponseModifier and TypeMethodDescriptionprotected ResponseAbstractTestGenericPortlet.doProcessAction(javax.portlet.ActionRequest req, javax.portlet.ActionResponse resp, PortletTestContext context) protected ResponseAbstractTestGenericPortlet.postRender(javax.portlet.RenderRequest req, javax.portlet.RenderResponse resp, PortletTestContext context) Invoked by render() method after GenericPortlet.render() invocation.