lumis.lptf.portal.serviceinterface
Class RenderRequestCycle

Package class diagram package RenderRequestCycle
java.lang.Object
  extended by lumis.lptf.portal.serviceinterface.RequestCycle
      extended by 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

Field Summary
 
Fields inherited from class lumis.lptf.portal.serviceinterface.RequestCycle
serviceInterface
 
Constructor Summary
RenderRequestCycle()
           
 
Method Summary
 IMockServiceInterfaceRenderRequest getRequest()
          Return the request used when processing this request cycle.
 IMockServiceInterfaceRenderResponse getResponse()
          Return the response used when processing this request cycle.
 void render()
          Call the render method of a service interface using this cycle's request and response objects.
 
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
 

Constructor Detail

RenderRequestCycle

public RenderRequestCycle()
Method Detail

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.