OutletSaxHandler |
OutletConfigurationSaxHandler.getOutletHandler(QualifiedName outletName,
String outletType) |
Returns the correct handler for a outlet tag.
|
OutletSaxHandler |
CopyOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers) |
Returns a JavaOutletSaxHandler for reading the configuration of
Java outlets.
|
OutletSaxHandler |
GroovyOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers) |
Returns a GroovyOutletSaxHandler for reading the configuration of
Groovy outlets.
|
OutletSaxHandler |
JavaOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers) |
Returns a JavaOutletSaxHandler for reading the configuration of
Java outlets.
|
OutletSaxHandler |
ReflectionOutletSaxHandlerFactory.getOutletSaxHandler(String outletType,
QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers) |
Returns a OutletSaxHandler for reading the configuration of
the outlet.
|
OutletSaxHandler |
TypedOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers) |
Returns a OutletSaxHandler for reading in the configuration of
a outlet.
|
OutletSaxHandler |
UntypedOutletSaxHandlerFactory.getOutletSaxHandler(String outletType,
QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers) |
Returns a OutletSaxHandler for reading in the configuration of
a outlet.
|
OutletSaxHandler |
VelocityOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers) |
Returns a VelocityOutletSaxHandler for reading the configuration of
Velocity outlets.
|