org.apache.shale.tiger.managed.rules
Class ManagedBeansRuleSet
java.lang.Object
org.apache.commons.digester.RuleSetBase
org.apache.shale.tiger.managed.rules.ManagedBeansRuleSet
- All Implemented Interfaces:
- RuleSet
public class ManagedBeansRuleSet
- extends RuleSetBase
Digester RuleSet
for parsing managed bean declarations
from a JavaServer Faces configuration file.
ASSERTION - The Digester
stack is
preinitialized with an instance of FacesConfigConfig
prior
to parsing being initiated.
Method Summary |
void |
addRuleInstances(Digester digester)
Add the required Rule instances to parse
managed bean declaration metadata. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedBeansRuleSet
public ManagedBeansRuleSet()
- Creates a new instance of ManagedBeansRuleSet.
addRuleInstances
public void addRuleInstances(Digester digester)
Add the required Rule
instances to parse
managed bean declaration metadata.
- Specified by:
addRuleInstances
in interface RuleSet
- Specified by:
addRuleInstances
in class RuleSetBase
- Parameters:
digester
- Digester instance to which rules should be added
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.