|
||||||||||
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 IDouiRequestCycle
Interface for Doui request cycle. Contain the common steps performed during the Doui execution cycles for rendering and process action.
Method Summary | |
---|---|
void |
executeUntilDouiContextCreation()
Executes the Doui request cycle until the step where DouiContext
is created. |
void |
executeUntilInitDouiContext()
Executes the Doui request cycle until the DouiContext
initialization. |
DouiContext |
getDouiContext()
Returns the DouiContext used when processing this request cycle. |
Methods inherited from interface lumis.lptf.portal.serviceinterface.IRequestCycle |
---|
getRequest, getResponse |
Method Detail |
---|
DouiContext getDouiContext()
DouiContext
used when processing this request cycle.
The instance of DouiContext
will be available only if the
creation step was executed.
void executeUntilDouiContextCreation() throws PortalException
DouiContext
is created.
PortalException
- if an error occur during the Doui request
cycle execution.DouiServiceInterface.render(lumis.portal.serviceinterface.IServiceInterfaceRenderRequest, lumis.portal.serviceinterface.IServiceInterfaceRenderResponse)
,
DouiServiceInterface.renderBefore(lumis.portal.serviceinterface.IServiceInterfaceRenderRequest, lumis.portal.serviceinterface.IServiceInterfaceRenderResponse)
,
DouiServiceInterface.processAction(lumis.portal.serviceinterface.IServiceInterfaceActionRequest, lumis.portal.serviceinterface.IServiceInterfaceActionResponse)
void executeUntilInitDouiContext() throws PortalException
DouiContext
initialization.
PortalException
- if an error occur during the Doui request
cycle execution.DouiServiceInterface.render(lumis.portal.serviceinterface.IServiceInterfaceRenderRequest, lumis.portal.serviceinterface.IServiceInterfaceRenderResponse)
,
DouiServiceInterface.renderBefore(lumis.portal.serviceinterface.IServiceInterfaceRenderRequest, lumis.portal.serviceinterface.IServiceInterfaceRenderResponse)
,
DouiServiceInterface.processAction(lumis.portal.serviceinterface.IServiceInterfaceActionRequest, lumis.portal.serviceinterface.IServiceInterfaceActionResponse)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |