Uses of Class
org.apache.torque.generator.template.groovy.GroovyOutlet
Packages that use GroovyOutlet
Package
Description
This package contains the handling of groovy outlets in the
Torque generator.
-
Uses of GroovyOutlet in org.apache.torque.generator.template.groovy
Subclasses of GroovyOutlet in org.apache.torque.generator.template.groovyModifier and TypeClassDescriptionclassA Outlet which uses a groovy script for generation.classA Outlet which uses a groovy template for generation.Constructors in org.apache.torque.generator.template.groovy with parameters of type GroovyOutletModifierConstructorDescriptionTorqueGenGroovy(GroovyOutlet outlet, ControllerState controllerState) Constructs a generator interface within the given controllerState.