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 AbstractDigesterRule
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidMethods inherited from class AbstractDigesterRule
addGlobalWarning, addLocalWarning, addSuppressibleWarning, begin, end, getBean, getBeanClass, getClassLoader, getObjectName, resolveValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
Constructor Details
-
ValidateAttributeRule
public ValidateAttributeRule()
-
-
Method Details
-
handleBean
protected void handleBean()- Specified by:
handleBeanin classAbstractDigesterRule- See Also:
-
handleAttribute
- Specified by:
handleAttributein classAbstractDigesterRule- Parameters:
name- Name of attributevalue- Attribute Valueattributes- Map of all attributes- See Also:
-