TagLibrarypublic class JtTagLibrary extends java.lang.Object implements TagLibrary
JtTagLibrary represents the built-in TagLibrary.| Modifier and Type | Method | Description |
|---|---|---|
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. |
public static JtTagLibrary getJtTagLibrary()
JtTagLibrary.JtTagLibrary.public java.util.Map<java.lang.String,java.lang.Class<? extends Tag>> getTagMap()
Map of tag names to tag Class
objects, e.g. "if" => IfTag.class.getTagMap in interface TagLibraryMap of tag names to tag Class
objects.Copyright © 2012–2018 Jett Team. All rights reserved.