Uses of Class
org.apache.torque.generator.configuration.controller.OutletReference
-
Packages that use OutletReference Package Description org.apache.torque.generator.configuration.controller This package contains the classes for reading the control configuration of the Torque generator units of generation.org.apache.torque.generator.control This package implements the torque generator Controller . -
-
Uses of OutletReference in org.apache.torque.generator.configuration.controller
Methods in org.apache.torque.generator.configuration.controller that return OutletReference Modifier and Type Method Description OutletReference
Output. getContentOutlet()
Returns the reference to the outlet which should produce the content.OutletReference
OutletReferenceSaxHandler. getOutletReference()
Returns the outlet reference which was filled by this handler.Methods in org.apache.torque.generator.configuration.controller with parameters of type OutletReference Modifier and Type Method Description void
Output. setContentOutlet(OutletReference contentOutlet)
Sets the reference to the outlet which should produce the content. -
Uses of OutletReference in org.apache.torque.generator.control
Methods in org.apache.torque.generator.control that return OutletReference Modifier and Type Method Description OutletReference
ControllerState. getRootOutletReference()
Returns the reference to the current outlet.
-