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

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

public class PutRequestTag
extends AbstractMethodHandlerTag

A tag for the http PUT method


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

PutRequestTag

public PutRequestTag()
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.