Uses of Class
org.apache.torque.generator.configuration.controller.OutletReference

Packages that use OutletReference
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
 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
 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
 OutletReference ControllerState.getRootOutletReference()
          Returns the reference to the current outlet.
 



Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.