org.apache.commons.digester.annotations.handlers
Class SetPropertiesLoaderHandler

java.lang.Object
  extended by org.apache.commons.digester.annotations.handlers.SetPropertiesLoaderHandler
All Implemented Interfaces:
DigesterLoaderHandler<SetProperty,Field>

public final class SetPropertiesLoaderHandler
extends Object
implements DigesterLoaderHandler<SetProperty,Field>

Handler that takes care to create the SetPropertiesRuleProvider.

Since:
2.1

Constructor Summary
SetPropertiesLoaderHandler()
           
 
Method Summary
 void handle(SetProperty annotation, Field element, FromAnnotationsRuleSet ruleSet)
          Handles the current visited element with the related current annotation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetPropertiesLoaderHandler

public SetPropertiesLoaderHandler()
Method Detail

handle

public void handle(SetProperty annotation,
                   Field element,
                   FromAnnotationsRuleSet ruleSet)
Handles the current visited element with the related current annotation.

Specified by:
handle in interface DigesterLoaderHandler<SetProperty,Field>
Parameters:
annotation - the current visited annotation.
element - the current visited element.
ruleSet - the annotations RuleSet where providers have to be added.


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