Klasse ActionSaxHandlerFactories
java.lang.Object
org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactories
A registry of ActionSaxHandlerFactories.
$Id: ActionSaxHandlerFactories.java 1917241 2024-04-21 13:29:41Z tv $
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the ActionSaxHandlerFactory associated with the given type.void
register
(ActionSaxHandlerFactory factory) Registers a handler for a new action type.
-
Konstruktordetails
-
ActionSaxHandlerFactories
public ActionSaxHandlerFactories()Constructor. Registers the default Factories.
-
-
Methodendetails
-
register
Registers a handler for a new action type.- Parameter:
factory
- the factory which handles the action of the given type.- Löst aus:
ConfigurationException
- if a factory already exists for the type of the action.
-
getActionSaxHandlerFactory
Returns the ActionSaxHandlerFactory associated with the given type.- Parameter:
type
- the type top look for, not null.- Gibt zurück:
- the ActionSaxHandlerFactory associated with the given type, or null if no ActionSaxHandlerFactory exists for the given type.
-