public class ActionSaxHandlerFactories extends Object
Constructor and Description |
---|
ActionSaxHandlerFactories()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ActionSaxHandlerFactory |
getActionSaxHandlerFactory(String type)
Returns the ActionSaxHandlerFactory associated with the given type.
|
void |
register(ActionSaxHandlerFactory factory)
Registers a handler for a new action type.
|
public ActionSaxHandlerFactories()
public void register(ActionSaxHandlerFactory factory) throws ConfigurationException
factory
- the factory which handles the action of the
given type.ConfigurationException
- if a factory already exists
for the type of the action.public ActionSaxHandlerFactory getActionSaxHandlerFactory(String type)
type
- the type top look for, not null.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.