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

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.commons.jelly.tags.jetty.AbstractMethodHandlerTag
          extended byorg.apache.commons.jelly.tags.jetty.DeleteRequestTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class DeleteRequestTag
extends AbstractMethodHandlerTag

Respond to a DELETE request to a Jetty http server

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

Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
DeleteRequestTag()
           
 
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

DeleteRequestTag

public DeleteRequestTag()
Method Detail

getMethodHandled

public java.lang.String getMethodHandled()
return the name of the http method handled by this tag

Specified by:
getMethodHandled in class AbstractMethodHandlerTag


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