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
  • Field Details

  • Constructor Details

    • JstlCoreLibrary

      public JstlCoreLibrary(String namespace)
      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.