Uses of Interface
jakarta.faces.view.facelets.TagConfig
-
Packages that use TagConfig Package Description jakarta.faces.view.facelets -
-
Uses of TagConfig in jakarta.faces.view.facelets
Subinterfaces of TagConfig in jakarta.faces.view.facelets Modifier and Type Interface Description interfaceBehaviorConfigConvey the id of a behavior declared in a view.interfaceComponentConfigPassed to the constructor ofComponentHandler.interfaceConverterConfigA Facelet version of the Jakarta Server PagesConverterTag.interfaceValidatorConfigUsed in creatingValidatorHandlerand all implementations.Constructors in jakarta.faces.view.facelets with parameters of type TagConfig Constructor Description DelegatingMetaTagHandler(TagConfig config)Instantiates this handler with the given config.FaceletsAttachedObjectHandler(TagConfig config)Call through to superMetaTagHandler(TagConfig config)Constructor.TagHandler(TagConfig config)EveryTagHandlerinstance is associated with aTag.
-