Class ValidateAttributeRule
java.lang.Object
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
Constructors -
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
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:
-