Verwendungen von Schnittstelle
org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactory
Packages, die ActionSaxHandlerFactory verwenden
Package
Beschreibung
This package contains the classes for reading the mergepoint mappings for
the Torque generator units of generation.
-
Verwendungen von ActionSaxHandlerFactory in org.apache.torque.generator.configuration.mergepoint
Klassen in org.apache.torque.generator.configuration.mergepoint, die ActionSaxHandlerFactory implementierenModifizierer und TypKlasseBeschreibungclass
A Factory which creates a SAX handler for an ApplyAction.class
A Factory which creates a SAX handler for an OptionAction.class
A Factory which creates a SAX handler for an OutputAction.class
A Factory which creates a SAX handler for a SourceElementAttributeAction.class
A Factory which creates a SAX handler for a TraverseAllAction.Methoden in org.apache.torque.generator.configuration.mergepoint, die ActionSaxHandlerFactory zurückgebenModifizierer und TypMethodeBeschreibungActionSaxHandlerFactories.getActionSaxHandlerFactory
(String type) Returns the ActionSaxHandlerFactory associated with the given type.Methoden in org.apache.torque.generator.configuration.mergepoint mit Parametern vom Typ ActionSaxHandlerFactoryModifizierer und TypMethodeBeschreibungvoid
ActionSaxHandlerFactories.register
(ActionSaxHandlerFactory factory) Registers a handler for a new action type.