org.apache.commons.jelly.tags.jetty
Class JettyTagLibrary

java.lang.Object
  extended by org.apache.commons.jelly.TagLibrary
      extended by org.apache.commons.jelly.tags.jetty.JettyTagLibrary

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

A set of jelly tags for instantiating a Jetty HTTP server

Version:
$Id: JettyTagLibrary.java 155420 2005-02-26 13:06:03Z dirkv $
Author:
rtl

Constructor Summary
JettyTagLibrary()
          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

JettyTagLibrary

public JettyTagLibrary()
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()