net.sf.jett.tag
Class JtTagLibrary

java.lang.Object
  extended by net.sf.jett.tag.JtTagLibrary
All Implemented Interfaces:
TagLibrary

public class JtTagLibrary
extends java.lang.Object
implements TagLibrary

A JtTagLibrary represents the built-in TagLibrary.

Author:
Randy Gettman

Method Summary
static JtTagLibrary getJtTagLibrary()
          Returns the singleton instance of a JtTagLibrary.
 java.util.Map<java.lang.String,java.lang.Class<? extends Tag>> getTagMap()
          Returns the Map of tag names to tag Class objects, e.g.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJtTagLibrary

public static JtTagLibrary getJtTagLibrary()
Returns the singleton instance of a JtTagLibrary.

Returns:
The JtTagLibrary.

getTagMap

public java.util.Map<java.lang.String,java.lang.Class<? extends Tag>> getTagMap()
Returns the Map of tag names to tag Class objects, e.g. "if" => IfTag.class.

Specified by:
getTagMap in interface TagLibrary
Returns:
A Map of tag names to tag Class objects.


Copyright © 2012-2013 Jett Team. All Rights Reserved.