lumis.lptf.portal.serviceinterface
Interface IRenderRequestCycle

Package class diagram package IRenderRequestCycle
All Superinterfaces:
IRequestCycle
All Known Subinterfaces:
IDouiRenderRequestCycle
All Known Implementing Classes:
RenderRequestCycle

@StableMinor(version="6.2",
             sinceVersion="5.6")
public interface IRenderRequestCycle
extends IRequestCycle

Interface for the render request cycle.

Since:
5.6.0

Method Summary
 IMockServiceInterfaceRenderRequest getRequest()
          Returns the request used when processing this request cycle.
 IMockServiceInterfaceRenderResponse getResponse()
          Returns 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.
 

Method Detail

getRequest

IMockServiceInterfaceRenderRequest getRequest()
Description copied from interface: IRequestCycle
Returns the request used when processing this request cycle.

Specified by:
getRequest in interface IRequestCycle
Returns:
the request.

getResponse

IMockServiceInterfaceRenderResponse getResponse()
Description copied from interface: IRequestCycle
Returns the response used when processing this request cycle.

Specified by:
getResponse in interface IRequestCycle
Returns:
the response.

render

void render()
            throws PortalException
Call the render method of a service interface using this cycle's request and response objects.

Throws:
PortalException - if the render method throws it.
Since:
5.6.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.