org.apache.commons.jelly.tags.http
Class HttpTagLibrary

java.lang.Object
  |
  +--org.apache.commons.jelly.TagLibrary
        |
        +--org.apache.commons.jelly.tags.http.HttpTagLibrary

public class HttpTagLibrary
extends org.apache.commons.jelly.TagLibrary

The set of jelly tags provided by Latka

Version:
$Id: HttpTagLibrary.java,v 1.1 2002/07/14 13:05:14 dion Exp $
Author:
dion

Constructor Summary
HttpTagLibrary()
          Creates a new instance of LatkaTagLibrary
 
Method Summary
 java.util.Map getTagClasses()
           
 
Methods inherited from class org.apache.commons.jelly.TagLibrary
createExpression, createTag, createTagScript, getExpressionFactory, registerTag, registerTagFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpTagLibrary

public HttpTagLibrary()
Creates a new instance of LatkaTagLibrary
Method Detail

getTagClasses

public java.util.Map getTagClasses()
Overrides:
getTagClasses in class org.apache.commons.jelly.TagLibrary
Returns:
a Map of tag name to tag class
See Also:
TagLibarary#getTagClasses()


Copyright © 2002-2004 Apache Software Foundation. All Rights Reserved.