org.apache.myfaces.view.facelets.tag.jstl.core
Class JstlCoreLibrary

java.lang.Object
  extended by org.apache.myfaces.view.facelets.tag.AbstractTagLibrary
      extended by org.apache.myfaces.view.facelets.tag.jstl.core.JstlCoreLibrary
All Implemented Interfaces:
TagLibrary

public final class JstlCoreLibrary
extends AbstractTagLibrary

Version:
$Id: JstlCoreLibrary.java 1535616 2013-10-25 03:05:54Z lu4242 $
Author:
Jacob Hookom

Field Summary
static String ALIAS_NAMESPACE
           
static String ALTERNATIVE_NAMESPACE
           
static JstlCoreLibrary INSTANCE
           
static String NAMESPACE
           
 
Constructor Summary
JstlCoreLibrary()
           
JstlCoreLibrary(String namespace)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

ALIAS_NAMESPACE

public static final String ALIAS_NAMESPACE
See Also:
Constant Field Values

ALTERNATIVE_NAMESPACE

public static final String ALTERNATIVE_NAMESPACE
See Also:
Constant Field Values

INSTANCE

public static final JstlCoreLibrary INSTANCE
Constructor Detail

JstlCoreLibrary

public JstlCoreLibrary()

JstlCoreLibrary

public JstlCoreLibrary(String namespace)


Copyright © 2014 The Apache Software Foundation. All rights reserved.