Class LegacyJstlCoreLibrary
java.lang.Object
org.apache.myfaces.view.facelets.tag.AbstractTagLibrary
org.apache.myfaces.view.facelets.tag.jstl.core.LegacyJstlCoreLibrary
- All Implemented Interfaces:
TagLibrary
NOTE: This implementation is provided for compatibility reasons and
it is considered faulty. It is enabled using
org.apache.myfaces.STRICT_JSF_2_FACELETS_COMPATIBILITY web config param.
Don't use it if EL expression caching is enabled.
- Version:
- $Id$
- Author:
- Jacob Hookom
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final LegacyJstlCoreLibrary
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.myfaces.view.facelets.tag.AbstractTagLibrary
addBehavior, addBehavior, addComponent, addComponent, addComponentFromResourceId, addConverter, addConverter, addFunction, addTagHandler, addUserTag, addValidator, addValidator, containsFunction, containsNamespace, containsTagHandler, createFunction, createTagHandler, getNamespace
-
Field Details
-
NAMESPACE
- See Also:
-
JCP_NAMESPACE
- See Also:
-
SUN_NAMESPACE
- See Also:
-
ALTERNATIVE_NAMESPACE
- See Also:
-
INSTANCE
-
-
Constructor Details
-
LegacyJstlCoreLibrary
public LegacyJstlCoreLibrary() -
LegacyJstlCoreLibrary
-