lumis.lptf.portal.serviceinterface
Class RenderRequestCycle
java.lang.Object
lumis.lptf.portal.serviceinterface.RequestCycle
lumis.lptf.portal.serviceinterface.RenderRequestCycle
- All Implemented Interfaces:
- IRenderRequestCycle, IRequestCycle
public class RenderRequestCycle
- extends RequestCycle
- implements IRenderRequestCycle
Represents the render request cycle - containing mocks for request and
response and performing render operations.
- Since:
- 5.6.0
Methods inherited from class lumis.lptf.portal.serviceinterface.RequestCycle |
init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenderRequestCycle
public RenderRequestCycle()
getRequest
public IMockServiceInterfaceRenderRequest getRequest()
- Description copied from class:
RequestCycle
- Return the request used when processing this request cycle.
- Specified by:
getRequest
in interface IRenderRequestCycle
- Specified by:
getRequest
in interface IRequestCycle
- Specified by:
getRequest
in class RequestCycle
- Returns:
- this cycle's request.
getResponse
public IMockServiceInterfaceRenderResponse getResponse()
- Description copied from class:
RequestCycle
- Return the response used when processing this request cycle.
- Specified by:
getResponse
in interface IRenderRequestCycle
- Specified by:
getResponse
in interface IRequestCycle
- Specified by:
getResponse
in class RequestCycle
- Returns:
- this cycle's response.
render
public void render()
throws PortalException
- Description copied from interface:
IRenderRequestCycle
- Call the
render
method of a service interface using this cycle's request and response objects.
- Specified by:
render
in interface IRenderRequestCycle
- Throws:
PortalException
- if the
render
method throws it.
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.