com.sun.faces.config.rules
Class FeatureRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by com.sun.faces.config.rules.FeatureRule
Direct Known Subclasses:
AttributeRule, ComponentRule, ConverterRule, DescriptionRule, DisplayNameRule, IconRule, ManagedBeanRule, ManagedPropertyRule, NavigationCaseRule, NavigationRuleRule, PropertyRule, ReferencedBeanRule, RendererRule, RenderKitRule, ResourceBundleRule, ValidatorRule

public abstract class FeatureRule
extends org.apache.commons.digester.Rule

Base Digester rule for elements whose configuration bean extends FeatureBean.


Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
FeatureRule()
           
 
Method Summary
 
Methods inherited from class org.apache.commons.digester.Rule
begin, begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureRule

public FeatureRule()


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.