org.apache.shale.tiger.managed.rules
Class ManagedBeansRuleSet

java.lang.Object
  extended by org.apache.commons.digester.RuleSetBase
      extended by 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.


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(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

ManagedBeansRuleSet

public ManagedBeansRuleSet()
Creates a new instance of ManagedBeansRuleSet.

Method Detail

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.