Uses of Class
org.apache.commons.digester.annotations.rules.SetProperty

Packages that use SetProperty
org.apache.commons.digester.annotations.handlers The handlers package contains DigesterLoaderHandler implementations. 
org.apache.commons.digester.annotations.providers This package contains AnnotationRuleProvider implementations. 
 

Uses of SetProperty in org.apache.commons.digester.annotations.handlers
 

Methods in org.apache.commons.digester.annotations.handlers with parameters of type SetProperty
 void SetPropertiesLoaderHandler.handle(SetProperty annotation, Field element, FromAnnotationsRuleSet ruleSet)
          Handles the current visited element with the related current annotation.
 

Uses of SetProperty in org.apache.commons.digester.annotations.providers
 

Methods in org.apache.commons.digester.annotations.providers with parameters of type SetProperty
 void SetPropertiesRuleProvider.addAlias(SetProperty annotation, Field element)
          Adds a new alias attribute/property name; if the attribute name is not specified, the alias will be considered as property name identity.
 void SetPropertiesRuleProvider.init(SetProperty annotation, Field element)
          Initializes the provider.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.