abstract MetaRuleset |
MetaRuleset.add(Metadata metadata) |
Add another Metadata to this ruleset, returning this .
|
abstract MetaRuleset |
MetaRuleset.addRule(MetaRule rule) |
Add another MetaRule to this ruleset, returning this .
|
abstract MetaRuleset |
MetaRuleset.alias(String attribute,
String property) |
Customize this MetaRuleset by removing the attribute named by argument attribute and
re-adding it under the name given by the argument property , returning this .
|
protected MetaRuleset |
DelegatingMetaTagHandler.createMetaRuleset(Class type) |
|
protected abstract MetaRuleset |
MetaTagHandler.createMetaRuleset(Class type) |
Extend this method in order to add your own rules.
|
abstract MetaRuleset |
TagHandlerDelegate.createMetaRuleset(Class type) |
Return a MetaRuleset particular to this kind of tag handler.
|
abstract MetaRuleset |
MetaRuleset.ignore(String attribute) |
Customize this MetaRuleset instance to advise it to ignore the attribute named by the
attribute argument, returning this .
|
abstract MetaRuleset |
MetaRuleset.ignoreAll() |
Customize this MetaRuleset instance to advise it to ignore all attributes, returning this .
|