lumis.lptf.doui.serviceinterface
Interface IDouiRequestCycle

Package class diagram package IDouiRequestCycle
All Superinterfaces:
IRequestCycle
All Known Subinterfaces:
IDouiActionRequestCycle, IDouiRenderRequestCycle

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

Interface for Doui request cycle. Contain the common steps performed during the Doui execution cycles for rendering and process action.

Since:
5.6.0

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

getDouiContext

DouiContext getDouiContext()
Returns the DouiContext used when processing this request cycle. The instance of DouiContext will be available only if the creation step was executed.

Returns:
the instance of DouiContext.
Since:
5.6.0

executeUntilDouiContextCreation

void executeUntilDouiContextCreation()
                                     throws PortalException
Executes the Doui request cycle until the step where DouiContext is created.

Throws:
PortalException - if an error occur during the Doui request cycle execution.
Since:
5.6.0
See Also:
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)

executeUntilInitDouiContext

void executeUntilInitDouiContext()
                                 throws PortalException
Executes the Doui request cycle until the DouiContext initialization.

Throws:
PortalException - if an error occur during the Doui request cycle execution.
Since:
5.6.0
See Also:
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)


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