public interface OtherAttributesAware
For example to override attributes that are configured as a boolean or integer type. Then the any attributes can be used to override those existing attributes and supporting property placeholders.
Modifier and Type | Method and Description |
---|---|
Map<QName,Object> |
getOtherAttributes()
Adds optional attribute to use as property placeholder
|
void |
setOtherAttributes(Map<QName,Object> otherAttributes)
Adds optional attribute to use as property placeholder
|
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.