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

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.apache.commons.jelly.tags.jetty.AbstractMethodHandlerTag
              |
              +--org.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


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
Overrides:
getMethodHandled in class AbstractMethodHandlerTag


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