|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.lptf.portal.serviceinterface.RequestCycle
lumis.lptf.portal.serviceinterface.RenderRequestCycle
public class RenderRequestCycle
Represents the render request cycle - containing mocks for request and response and performing render operations.
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 |
---|
public RenderRequestCycle()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |