Uses of Interface
javax.faces.view.facelets.TagConfig

Packages that use TagConfig
javax.faces.view.facelets

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

 

Uses of TagConfig in javax.faces.view.facelets
 

Subinterfaces of TagConfig in javax.faces.view.facelets
 interface BehaviorConfig
          

Convey the id of a behavior declared in a view.

 interface ComponentConfig
          

Passed to the constructor of ComponentHandler.

 interface ConverterConfig
          

A Facelet version of the JSP ConverterTag.

 interface ValidatorConfig
          

Used in creating ValidatorHandler and all implementations.

 

Constructors in javax.faces.view.facelets with parameters of type TagConfig
DelegatingMetaTagHandler(TagConfig config)
           
DelegatingMetaTagHandler(TagConfig config)
           
FaceletsAttachedObjectHandler(TagConfig config)
          Call through to super
FaceletsAttachedObjectHandler(TagConfig config)
          Call through to super
MetaTagHandler(TagConfig config)
           
MetaTagHandler(TagConfig config)
           
TagHandler(TagConfig config)
          

Every TagHandler instance is associated with a Tag.

TagHandler(TagConfig config)
          

Every TagHandler instance is associated with a Tag.

 



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