|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.2", sinceVersion="5.6") public interface IRenderRequestCycle
Interface for the render request cycle.
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 |
---|
IMockServiceInterfaceRenderRequest getRequest()
IRequestCycle
getRequest
in interface IRequestCycle
IMockServiceInterfaceRenderResponse getResponse()
IRequestCycle
getResponse
in interface IRequestCycle
void render() throws PortalException
render
method of a service interface using this cycle's request and response objects.
PortalException
- if the
render
method throws it.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |