Class JstlCoreLibrary
java.lang.Object
com.sun.faces.facelets.tag.AbstractTagLibrary
com.sun.faces.facelets.tag.jstl.core.JstlCoreLibrary
- All Implemented Interfaces:
TagLibrary
public final class JstlCoreLibrary extends AbstractTagLibrary
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
Fields Modifier and Type Field Description static String
IncorrectNamespace
static String
Namespace
Stores the default namespace.static String
XMLNSNamespace
-
Constructor Summary
Constructors Constructor Description JstlCoreLibrary()
Default constructor.JstlCoreLibrary(String namespace)
Constructor. -
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
-
Namespace
Stores the default namespace.- See Also:
- Constant Field Values
-
IncorrectNamespace
- See Also:
- Constant Field Values
-
XMLNSNamespace
- See Also:
- Constant Field Values
-
-
Constructor Details
-
JstlCoreLibrary
public JstlCoreLibrary()Default constructor. -
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.
-