Uses of Interface
pt.digitalis.dif.controller.interfaces.IDIFRequest

Packages that use IDIFRequest
pt.digitalis.dif.controller   
pt.digitalis.dif.controller.interfaces   
pt.digitalis.dif.controller.objects   
 

Uses of IDIFRequest in pt.digitalis.dif.controller
 

Methods in pt.digitalis.dif.controller with parameters of type IDIFRequest
protected abstract  IDIFResponse AbstractControllerErrorHandler.buildDynamicErrorResponse(IDIFRequest originalrequest, String errorStageID, Exception exception)
          Builds an error response from a stage id for error handling, with a defined handler stage (or the default one)
protected abstract  IDIFResponse AbstractControllerErrorHandler.buildStaticErrorResponse(IDIFRequest originalrequest, Exception exception)
          Builds an error response from a static resource for simple rendering for when the DIF has generated errors
 DIFResponse AbstractDIFDispatcher.dispatch(IDIFRequest difRequest)
           
 IDIFResponse AbstractControllerErrorHandler.processException(IDIFRequest originalRequest, BusinessFlowException businessFlowException)
           
 IDIFResponse AbstractControllerErrorHandler.processException(IDIFRequest originalRequest, ControllerException controllerException)
           
 IDIFResponse AbstractControllerErrorHandler.processException(IDIFRequest originalRequest, RuntimeException runtimeException)
           
 IDIFResponse AbstractControllerErrorHandler.responseWithContext(IDIFResponse response, IDIFRequest originalRequest, Exception exception)
          Creates a new error request base on the original request.
 

Uses of IDIFRequest in pt.digitalis.dif.controller.interfaces
 

Methods in pt.digitalis.dif.controller.interfaces that return IDIFRequest
 IDIFRequest IDIFResponse.getRequest()
           
 IDIFRequest IDIFContext.getRequest()
          Inspector for the DIFRequest object
 IDIFRequest IChAL.translateRequest(RequestType originalRequest)
          This method should receive the request from the Listener and translate it to a format understandable by the framework.
 

Methods in pt.digitalis.dif.controller.interfaces with parameters of type IDIFRequest
 DIFResponse IDIFDispatcher.dispatch(IDIFRequest difRequest)
          This method serves as an interface between the AbstractDIFDispatcher and the calling AbstractChAL.
 IDIFResponse IDispatcherErrorHandler.getDefaultErrorResponse(IDIFRequest originalrequest, Exception exception)
          Gets the default error response
 IDIFResponse IDispatcherErrorHandler.processException(IDIFRequest originalRequest, BusinessFlowException businessFlowException)
          Process an exception and determine the resulting action response
 IDIFResponse IDispatcherErrorHandler.processException(IDIFRequest originalRequest, ControllerException controllerException)
          Process an exception and determine the resulting action response
 IDIFResponse IDispatcherErrorHandler.processException(IDIFRequest originalRequest, RuntimeException runtimeException)
          Process an exception and determine the resulting action response
 void IDIFResponse.setRequest(IDIFRequest request)
           
 void IDIFContext.setRequest(IDIFRequest difRequest)
          Modifier for the DIFRequest Object
 

Uses of IDIFRequest in pt.digitalis.dif.controller.objects
 

Classes in pt.digitalis.dif.controller.objects that implement IDIFRequest
 class DIFRequest
          Implementation for IDIFRequest.
 

Methods in pt.digitalis.dif.controller.objects that return IDIFRequest
 IDIFRequest DIFResponse.getRequest()
           
 IDIFRequest DIFContext.getRequest()
           
 

Methods in pt.digitalis.dif.controller.objects with parameters of type IDIFRequest
 void DIFResponse.setRequest(IDIFRequest request)
           
 void DIFContext.setRequest(IDIFRequest difRequest)
           
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.