public class RenderRequestCycle extends RequestCycle implements IRenderRequestCycle
serviceInterface
Constructor and Description |
---|
RenderRequestCycle() |
Modifier and Type | Method and Description |
---|---|
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. |
init
public IMockServiceInterfaceRenderRequest getRequest()
RequestCycle
getRequest
in interface IRenderRequestCycle
getRequest
in interface IRequestCycle
getRequest
in class RequestCycle
public IMockServiceInterfaceRenderResponse getResponse()
RequestCycle
getResponse
in interface IRenderRequestCycle
getResponse
in interface IRequestCycle
getResponse
in class RequestCycle
public void render() throws PortalException
IRenderRequestCycle
render
method of a service interface using this cycle's request and response objects.render
in interface IRenderRequestCycle
PortalException
- if the
render
method throws it.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.