Class ValidateAttributeRule
java.lang.Object
org.apache.commons.digester3.Rule
org.frankframework.configuration.digester.AbstractDigesterRule
org.frankframework.configuration.digester.ValidateAttributeRule
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
- Author:
- Niels Meijer
-
Field Summary
Fields inherited from class org.frankframework.configuration.digester.AbstractDigesterRule
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
Methods inherited from class org.frankframework.configuration.digester.AbstractDigesterRule
addGlobalWarning, addLocalWarning, addSuppressibleWarning, begin, end, getBean, getBeanClass, getClassLoader, getObjectName, resolveValue, setApplicationContext, setApplicationWarnings, setConfigurationWarnings
Methods inherited from class org.apache.commons.digester3.Rule
body, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Constructor Details
-
ValidateAttributeRule
public ValidateAttributeRule()
-
-
Method Details
-
handleBean
protected void handleBean()- Specified by:
handleBean
in classAbstractDigesterRule
- See Also:
-
handleAttribute
- Specified by:
handleAttribute
in classAbstractDigesterRule
- Parameters:
name
- Name of attributevalue
- Attribute Valueattributes
- Map of all attributes- See Also:
-