Package | Description |
---|---|
org.apache.commons.digester.annotations |
The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester . |
org.apache.commons.digester.annotations.internal |
This package contains internal use only classes, users can ignore it.
|
Modifier and Type | Method and Description |
---|---|
protected DigesterLoaderHandlerFactory |
DigesterLoader.getDigesterLoaderHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
DigesterLoader |
FromAnnotationRuleProviderFactory.useDigesterLoaderHandlerFactory(DigesterLoaderHandlerFactory digesterLoaderHandlerFactory)
Builds a new
DigesterLoader using the user defined
DigesterLoaderHandlerFactory implementation. |
Constructor and Description |
---|
DigesterLoader(AnnotationRuleProviderFactory annotationRuleProviderFactory,
DigesterLoaderHandlerFactory digesterLoaderHandlerFactory)
Creates a new
DigesterLoader instance. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDigesterLoaderHandlerFactory
Default
DigesterLoaderHandlerFactory implementation. |
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.