Class JstlCoreLibrary
java.lang.Object
com.sun.faces.facelets.tag.AbstractTagLibrary
com.sun.faces.facelets.tag.jstl.core.JstlCoreLibrary
- All Implemented Interfaces:
TagLibrary
The JSTL c library.
- Author:
- Jacob Hookom
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.faces.facelets.tag.AbstractTagLibrary
AbstractTagLibrary.ComponentConfigWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sun.faces.facelets.tag.AbstractTagLibrary
addBehavior, addBehavior, addComponent, addComponent, addCompositeComponentTag, addConverter, addConverter, addFunction, addTagHandler, addUserTag, addValidator, addValidator, containsFunction, containsNamespace, containsTagHandler, createFunction, createTagHandler, equals, getNamespace, hashCode
-
Field Details
-
NAMESPACES
-
DEFAULT_NAMESPACE
- See Also:
-
-
Constructor Details
-
JstlCoreLibrary
Constructor.This constructor is used to allow the namespace 'http://java.sun.com/jstl/core' to be used as another way to resolve to the JSTL c library. This is used for backwards compatibility.
- Parameters:
namespace
- the namespace.
-