Class ValidateAttributeRule
- java.lang.Object
-
- org.apache.commons.digester3.Rule
-
- nl.nn.adapterframework.configuration.digester.DigesterRuleBase
-
- nl.nn.adapterframework.configuration.digester.ValidateAttributeRule
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class ValidateAttributeRule extends DigesterRuleBase
- Author:
- Niels Meijer
-
-
Field Summary
-
Fields inherited from class nl.nn.adapterframework.configuration.digester.DigesterRuleBase
log
-
-
Constructor Summary
Constructors Constructor Description ValidateAttributeRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleAttribute(String name, String value, Map<String,String> attributes)
protected void
handleBean()
-
Methods inherited from class nl.nn.adapterframework.configuration.digester.DigesterRuleBase
addGlobalWarning, addLocalWarning, addSuppressableWarning, begin, end, getBean, getBeanClass, getClassLoader, getObjectName, resolveValue, setApplicationContext, setApplicationWarnings, setConfigurationWarnings
-
-
-
-
Method Detail
-
handleBean
protected void handleBean()
- Specified by:
handleBean
in classDigesterRuleBase
- See Also:
DigesterRuleBase.handleBean()
-
handleAttribute
protected void handleAttribute(String name, String value, Map<String,String> attributes) throws Exception
- Specified by:
handleAttribute
in classDigesterRuleBase
- Parameters:
name
- Name of attributevalue
- Attribute Valueattributes
- Map of all attributes- Throws:
Exception
- Can throw any exception in bean property manipulation.- See Also:
DigesterRuleBase.handleAttribute(String, String, Map)
-
-