Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.controller.Output

Packages that use Output
com.jcorporate.expresso.core.controller This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.  
com.jcorporate.expresso.ext.taglib This package contains an abundance of Expresso specific tags. 
com.jcorporate.expresso.services.controller.dbmaint This package contains the various State objects that make up the "Model" of the DBMaint controller.  
 

Uses of Output in com.jcorporate.expresso.core.controller
 

Methods in com.jcorporate.expresso.core.controller that return Output
 Output Block.getOutput(String outputName)
          Retrieve a nested output by name.
 Output ControllerResponse.getOutput(String outputName)
          Get a specific output item.
 Output ControllerResponse.getOutputRequired(String outputName)
          Get the named output, but throw if it's not found.
 

Methods in com.jcorporate.expresso.core.controller with parameters of type Output
 void ControllerResponse.addOutput(Output newOutput)
          Add an Output to the controller response object
protected  void State.addOutput(Output newOutput)
          Adds an output object to the controller response
protected  void ControllerInstallLog.addOutput(Output logMessage)
          Helper method that adds the output to either the parent block or the controller response, depending on what was needed
protected  void ControllerInstallLog.addNestedOutputs(Output o, Throwable error)
          Adds the exceptions as nested outputs to the original log message
 void Output.addNested(Output o)
          Add a new nested output item to this item
 

Uses of Output in com.jcorporate.expresso.ext.taglib
 

Methods in com.jcorporate.expresso.ext.taglib that return Output
 Output OutputTag.getOutput()
           
 

Uses of Output in com.jcorporate.expresso.services.controller.dbmaint
 

Methods in com.jcorporate.expresso.services.controller.dbmaint with parameters of type Output
protected  void DynamicCmd.showEditLink(String fieldName, String oneFieldValue, DataObject currentRecord, Output myElement)
          Show the edit link as often used by the List state or updateupdate state.
protected  void DynamicCmd.showEditLink(String fieldName, String oneFieldValue, DataObject currentRecord, Output myElement, String controller)
          Write a hyperlink command that allows edit of the current key
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.