Uses of Class
pt.digitalis.dif.dem.objects.ViewObject

Packages that use ViewObject
pt.digitalis.dif.codegen   
pt.digitalis.dif.codegen.templates   
pt.digitalis.dif.controller.interfaces   
pt.digitalis.dif.controller.objects   
pt.digitalis.dif.dem.interfaces   
 

Uses of ViewObject in pt.digitalis.dif.codegen
 

Fields in pt.digitalis.dif.codegen declared as ViewObject
static ViewObject CGAncillaries.CG_TO_BE_IMPLEMENTED_VIEW
          This message is used as return for ViewObject-returning methods whose bodies will be implemented by the CodeGen.
 

Uses of ViewObject in pt.digitalis.dif.codegen.templates
 

Fields in pt.digitalis.dif.codegen.templates with type parameters of type ViewObject
static Map<String,ViewObject> StageCGTemplate.errorViews
          Relates the exception types with the views for redirection purposes upon an exception raising.
 

Methods in pt.digitalis.dif.codegen.templates that return ViewObject
 ViewObject StageInstanceCGTemplate._CG_execute(IDIFContext context)
           
 ViewObject StageInstanceCGTemplate.callExecuteMethod(IDIFContext context)
           
 ViewObject StageInstanceCGTemplate.callExecuteOnEventMethod(IDIFContext context, EventType type, String eventName)
           
protected  ViewObject StageInstanceCGTemplate.createView(String engine, String type, String target, boolean isDefault)
          Creates a new view object.
protected  ViewObject StageCGTemplate.createView(String engine, String type, String target, boolean isDefault)
          Creates a new view object.
 ViewObject StageInstanceCGTemplate.getDefaultErrorView()
          The default error view is constant and common to all instances and as such can be placed on the _CG_proxy.
 ViewObject StageCGTemplate.getDefaultErrorView()
           
 ViewObject StageInstanceCGTemplate.getDefaultView()
          The default view is constant and common to all instances and as such can be placed on the _CG_proxy.
 ViewObject StageCGTemplate.getDefaultView()
           
 ViewObject TemplateResources.stageExecute(IStageInstance stageInstance, IDIFContext context)
          The stage execute logic
 

Methods in pt.digitalis.dif.codegen.templates that return types with arguments of type ViewObject
 Map<String,ViewObject> StageInstanceCGTemplate.getInjectedErrorViews()
           
 Map<String,ViewObject> StageCGTemplate.getInjectedErrorViews()
           
 List<ViewObject> StageInstanceCGTemplate.getInjectedViews()
          The injected views are constant and common to all instances and as such can be placed on the _CG_proxy.
 List<ViewObject> StageCGTemplate.getInjectedViews()
           
 

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

Methods in pt.digitalis.dif.controller.interfaces that return ViewObject
 ViewObject IDIFResponse.getView()
          ViewObject inspector.
 ViewObject IDIFContext.getView()
          Inspector for the view.
 

Methods in pt.digitalis.dif.controller.interfaces with parameters of type ViewObject
 void IDIFResponse.setView(ViewObject newView)
          ViewObject modifier.
 void IDIFContext.setView(ViewObject view)
          Modifier for the view.
 

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

Fields in pt.digitalis.dif.controller.objects declared as ViewObject
protected  ViewObject DIFContext.theView
          The ViewObject.
 

Methods in pt.digitalis.dif.controller.objects that return ViewObject
 ViewObject DIFResponse.getView()
           
 ViewObject DIFContext.getView()
           
 

Methods in pt.digitalis.dif.controller.objects with parameters of type ViewObject
 void DIFResponse.setView(ViewObject newView)
           
 void DIFContext.setView(ViewObject newView)
           
 

Uses of ViewObject in pt.digitalis.dif.dem.interfaces
 

Methods in pt.digitalis.dif.dem.interfaces that return ViewObject
 ViewObject IStageInstance._CG_execute(IDIFContext context)
          The business logic executing method.
 ViewObject IStageInstance.callExecuteMethod(IDIFContext context)
          The method that will be enhanced with the call to the method annotated with @Execute.
 ViewObject IStageInstance.callExecuteOnEventMethod(IDIFContext context, EventType type, String eventName)
          The method that will be enhanced with the call to the method annotated with @Execute.
 ViewObject IStage.getDefaultErrorView()
          Returns the default error view defined for this Stage.
 ViewObject IStage.getDefaultView()
          Returns the default view.
 

Methods in pt.digitalis.dif.dem.interfaces that return types with arguments of type ViewObject
 Map<String,ViewObject> IStage.getInjectedErrorViews()
          Returns the list of all the error views injected in this Stage.
 List<ViewObject> IStage.getInjectedViews()
          Returns the list of all the views injected in this Stage.
 



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