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
 
 public final class LegacyJstlCoreLibrary extends AbstractTagLibrary 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 SummaryFields Modifier and Type Field Description static StringALTERNATIVE_NAMESPACEstatic LegacyJstlCoreLibraryINSTANCEstatic StringJCP_NAMESPACEstatic StringNAMESPACEstatic StringSUN_NAMESPACE
 - 
Constructor SummaryConstructors Constructor Description LegacyJstlCoreLibrary()LegacyJstlCoreLibrary(String namespace)
 - 
Method Summary- 
Methods inherited from class org.apache.myfaces.view.facelets.tag.AbstractTagLibraryaddBehavior, addBehavior, addComponent, addComponent, addComponentFromResourceId, addConverter, addConverter, addFunction, addTagHandler, addUserTag, addValidator, addValidator, containsFunction, containsNamespace, containsTagHandler, createFunction, createTagHandler, getNamespace
 
- 
 
- 
- 
- 
Field Detail- 
NAMESPACEpublic static final String NAMESPACE - See Also:
- Constant Field Values
 
 - 
JCP_NAMESPACEpublic static final String JCP_NAMESPACE - See Also:
- Constant Field Values
 
 - 
SUN_NAMESPACEpublic static final String SUN_NAMESPACE - See Also:
- Constant Field Values
 
 - 
ALTERNATIVE_NAMESPACEpublic static final String ALTERNATIVE_NAMESPACE - See Also:
- Constant Field Values
 
 - 
INSTANCEpublic static final LegacyJstlCoreLibrary INSTANCE 
 
- 
 - 
Constructor Detail- 
LegacyJstlCoreLibrarypublic LegacyJstlCoreLibrary() 
 - 
LegacyJstlCoreLibrarypublic LegacyJstlCoreLibrary(String namespace) 
 
- 
 
-