Uses of Class
javax.faces.view.facelets.MetaRuleset

Packages that use MetaRuleset
javax.faces.view.facelets

This package contains public classes for the Java code API of Facelets. 

 

Uses of MetaRuleset in javax.faces.view.facelets
 

Methods in javax.faces.view.facelets that return MetaRuleset
abstract  MetaRuleset MetaRuleset.add(Metadata mapper)
          

Add another Metadata to this ruleset, returning this.

abstract  MetaRuleset MetaRuleset.add(Metadata mapper)
          

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.addRule(MetaRule rule)
          

Add another MetaRule to this ruleset, returning this.

abstract  MetaRuleset MetaRuleset.alias(java.lang.String attribute, java.lang.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.

abstract  MetaRuleset MetaRuleset.alias(java.lang.String attribute, java.lang.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(java.lang.Class type)
          

The default implementation simply calls through to TagHandlerDelegate.createMetaRuleset(java.lang.Class) and returns the result.

protected abstract  MetaRuleset MetaTagHandler.createMetaRuleset(java.lang.Class type)
          Extend this method in order to add your own rules.
abstract  MetaRuleset TagHandlerDelegate.createMetaRuleset(java.lang.Class type)
          

Return a MetaRuleset particular to this kind of tag handler.

abstract  MetaRuleset TagHandlerDelegate.createMetaRuleset(java.lang.Class type)
          

Return a MetaRuleset particular to this kind of tag handler.

protected abstract  MetaRuleset MetaTagHandler.createMetaRuleset(java.lang.Class type)
          Extend this method in order to add your own rules.
protected  MetaRuleset DelegatingMetaTagHandler.createMetaRuleset(java.lang.Class type)
          

The default implementation simply calls through to TagHandlerDelegate.createMetaRuleset(java.lang.Class) and returns the result.

abstract  MetaRuleset MetaRuleset.ignore(java.lang.String attribute)
          

Customize this MetaRuleset instance to advise it to ignore the attribute named by the attribute argument, returning this.

abstract  MetaRuleset MetaRuleset.ignore(java.lang.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.

abstract  MetaRuleset MetaRuleset.ignoreAll()
          

Customize this MetaRuleset instance to advise it to ignore all attributes, returning this.

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.