This ensures that objects which implement the {@link Enabled} marker interface are not created or used by the digester if they do not have an attribute enabled="true".
NOTE: this disables a lot of Digester methods deliberately, because the design requires that existing rules may have to be modified for Enabled support before they can be used with this digester. This way is safer, and we can validate and allow more rules on an individual basis as required.
|
|
|
|