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

java.lang.Object
  |
  +--org.apache.commons.jelly.TagLibrary
        |
        +--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,v 1.1 2002/07/14 13:05:14 dion Exp $
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()


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