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

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

Uses of IDIFResponse in pt.digitalis.dif.controller
 

Methods in pt.digitalis.dif.controller that return IDIFResponse
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
 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.
 IDIFResponse AbstractChAL.serve(RequestType originalRequest, ResponseType finalResponse, RESTAction restAction)
           
 

Methods in pt.digitalis.dif.controller with parameters of type IDIFResponse
 IDIFResponse AbstractControllerErrorHandler.responseWithContext(IDIFResponse response, IDIFRequest originalRequest, Exception exception)
          Creates a new error request base on the original request.
 

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

Methods in pt.digitalis.dif.controller.interfaces that return IDIFResponse
 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
 IDIFResponse IChAL.serve(RequestType originalRequest, ResponseType finalResponse, RESTAction action)
          This method will be called by the client via Listener.
 

Methods in pt.digitalis.dif.controller.interfaces with parameters of type IDIFResponse
 void IChAL.publish(IDIFResponse difResponse, RequestType originalRequest, ResponseType finalResponse)
          This method is responsible for the response translation from the framework internal format into the channel's own format.
 

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

Classes in pt.digitalis.dif.controller.objects that implement IDIFResponse
 class DIFResponse
          Implementation for IDIFResponse.
 



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