Schnittstelle TemplateOutlet
- Alle Superschnittstellen:
Outlet
- Alle bekannten Implementierungsklassen:
GroovyOutlet
,GroovyScriptOutlet
,GroovyTemplateOutlet
,TemplateOutletImpl
,VelocityOutlet
A Outlet which interprets a template.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetContent
(ControllerState controllerState) Returns the contents as a Template as a String.Von Schnittstelle geerbte Methoden org.apache.torque.generator.outlet.Outlet
addMergepointMapping, afterExecute, beforeExecute, execute, getInputClass, getInputElementName, getMergepointMapping, getMergepointMappings, getName, setInputClass, setInputElementName, setMergepointMapping
-
Methodendetails
-
getContent
Returns the contents as a Template as a String.- Parameter:
controllerState
- the state of the controller, not null.- Gibt zurück:
- the template as a String.
- Löst aus:
ConfigurationException
- if the template cannot be read.
-