Uses of Package
org.apache.commons.digester.annotations.rules
Packages that use org.apache.commons.digester.annotations.rules
Package
Description
The
handlers
package contains
DigesterLoaderHandler
implementations.This package contains
AnnotationRuleProvider
implementations.-
Classes in org.apache.commons.digester.annotations.rules used by org.apache.commons.digester.annotations.handlersClassDescriptionFields annotated with
SetProperty
will be bound withSetPropertiesRule
digester rule. -
Classes in org.apache.commons.digester.annotations.rules used by org.apache.commons.digester.annotations.providersClassDescriptionMethods arguments annotated with
AttributeCallParam
will be bound withCallParamRule
digester rule.Fields annotated withBeanPropertySetter
will be bound withBeanPropertySetterRule
digester rule.Methods annotated withCallMethod
will be bound withCallMethodRule
digester rule.Methods arguments annotated withCallParam
will be bound withCallParamRule
digester rule.Classes annotated withFactoryCreate
will be bound withFactoryCreateRule
digester rule.Classes annotated withObjectCreate
will be bound withObjectCreateRule
digester rule.Methods arguments annotated withPathCallParam
will be bound withPathCallParamRule
digester rule.Methods annotated withSetNext
will be bound withSetNextRule
digester rule.Fields annotated withSetProperty
will be bound withSetPropertiesRule
digester rule.Methods annotated withSetRoot
will be bound withSetRootRule
digester rule.Methods annotated withSetTop
will be bound withSetTopRule
digester rule.Methods arguments annotated withStackCallParam
will be bound withCallParamRule
digester rule.