|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.digester.RuleSetBase
org.apache.shale.tiger.managed.rules.ManagedBeansRuleSet
public class ManagedBeansRuleSet
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.
Field Summary |
---|
Fields inherited from class org.apache.commons.digester.RuleSetBase |
---|
namespaceURI |
Constructor Summary | |
---|---|
ManagedBeansRuleSet()
Creates a new instance of ManagedBeansRuleSet. |
Method Summary | |
---|---|
void |
addRuleInstances(org.apache.commons.digester.Digester digester)
Add the required Rule instances to parse
managed bean declaration metadata. |
Methods inherited from class org.apache.commons.digester.RuleSetBase |
---|
getNamespaceURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManagedBeansRuleSet()
Method Detail |
---|
public void addRuleInstances(org.apache.commons.digester.Digester digester)
Add the required Rule
instances to parse
managed bean declaration metadata.
addRuleInstances
in interface org.apache.commons.digester.RuleSet
addRuleInstances
in class org.apache.commons.digester.RuleSetBase
digester
- Digester instance to which rules should be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |