Class JstlCoreLibrary
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.tag.AbstractTagLibrary
- 
- org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreLibrary
 
 
- 
- All Implemented Interfaces:
- TagLibrary
 
 public final class JstlCoreLibrary extends AbstractTagLibrary - Version:
- $Id$
- Author:
- Jacob Hookom
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringALTERNATIVE_NAMESPACEstatic JstlCoreLibraryINSTANCEstatic StringJCP_NAMESPACEstatic StringNAMESPACEstatic StringSUN_NAMESPACE
 - 
Constructor SummaryConstructors Constructor Description JstlCoreLibrary()JstlCoreLibrary(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 JstlCoreLibrary INSTANCE 
 
- 
 - 
Constructor Detail- 
JstlCoreLibrarypublic JstlCoreLibrary() 
 - 
JstlCoreLibrarypublic JstlCoreLibrary(String namespace) 
 
- 
 
-