net.sf.jett.tag
Interface TagLibrary

All Known Implementing Classes:
JtTagLibrary

public interface TagLibrary

A TagLibrary is a map of tag names to tag classes for a particular namespace.

Author:
Randy Gettman

Method Summary
 java.util.Map<java.lang.String,java.lang.Class<? extends Tag>> getTagMap()
          Returns the Map of tag names to tag Class objects, e.g.
 

Method Detail

getTagMap

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.

Returns:
A Map of tag names to tag Class objects.


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