Verwendungen von Klasse
org.apache.torque.generator.configuration.outlet.OutletSaxHandler
Packages, die OutletSaxHandler verwenden
Package
Beschreibung
This package contains the classes for reading the outlet mappings for
torque-generator's units of generation.
-
Verwendungen von OutletSaxHandler in org.apache.torque.generator.configuration.outlet
Methoden in org.apache.torque.generator.configuration.outlet, die OutletSaxHandler zurückgebenModifizierer und TypMethodeBeschreibungOutletConfigurationSaxHandler.getOutletHandler
(QualifiedName outletName, String outletType) Returns the correct handler for a outlet tag.final OutletSaxHandler
CopyOutletSaxHandlerFactory.getOutletSaxHandler
(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.final OutletSaxHandler
GroovyOutletSaxHandlerFactory.getOutletSaxHandler
(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a GroovyOutletSaxHandler for reading the configuration of Groovy outlets.final OutletSaxHandler
JavaOutletSaxHandlerFactory.getOutletSaxHandler
(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.final OutletSaxHandler
ReflectionOutletSaxHandlerFactory.getOutletSaxHandler
(String outletType, QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a OutletSaxHandler for reading the configuration of the outlet.TypedOutletSaxHandlerFactory.getOutletSaxHandler
(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a OutletSaxHandler for reading in the configuration of a outlet.UntypedOutletSaxHandlerFactory.getOutletSaxHandler
(String outletType, QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a OutletSaxHandler for reading in the configuration of a outlet.final OutletSaxHandler
VelocityOutletSaxHandlerFactory.getOutletSaxHandler
(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a VelocityOutletSaxHandler for reading the configuration of Velocity outlets.