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

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.apache.commons.jelly.tags.jetty.AbstractMethodHandlerTag
              |
              +--org.apache.commons.jelly.tags.jetty.GetRequestTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class GetRequestTag
extends AbstractMethodHandlerTag

Respond to a GET request to a Jetty http server

Version:
$Id: PutRequestTag.java,v 1.3 2002/07/14 12:38:22 dion Exp $
Author:
rtl

Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
GetRequestTag()
           
 
Method Summary
 java.lang.String getMethodHandled()
          return the name of the http method handled by this tag
 
Methods inherited from class org.apache.commons.jelly.tags.jetty.AbstractMethodHandlerTag
doTag
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRequestTag

public GetRequestTag()
Method Detail

getMethodHandled

public java.lang.String getMethodHandled()
return the name of the http method handled by this tag
Overrides:
getMethodHandled in class AbstractMethodHandlerTag


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