Package | Description |
---|---|
org.apache.commons.digester.annotations.handlers |
The
handlers package contains
DigesterLoaderHandler
implementations. |
org.apache.commons.digester.annotations.internal |
This package contains internal use only classes, users can ignore it.
|
org.apache.commons.digester.annotations.spi |
Contains annotations package SPI definition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DefaultLoaderHandler
The DefaultLoaderHandler marks rules that have to be processed by the built-in
Digester annotation rules engine.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodHandler
Handler that takes care to create the
SetNextRuleProvider
and
SetRootRuleProvider . |
class |
SetPropertiesLoaderHandler
Handler that takes care to create the
SetPropertiesRuleProvider . |
Modifier and Type | Method and Description |
---|---|
<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>> |
DefaultDigesterLoaderHandlerFactory.newInstance(Class<L> type)
Return an instance of the specified type.
|
Modifier and Type | Method and Description |
---|---|
<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>> |
DigesterLoaderHandlerFactory.newInstance(Class<L> type)
Return an instance of the specified type.
|
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.