org.apache.commons.jelly.tags.http
Class OptionsTag

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.apache.commons.jelly.tags.http.HttpTagSupport
              |
              +--org.apache.commons.jelly.tags.http.OptionsTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class OptionsTag
extends HttpTagSupport

A http get tag

Version:
$Id: OptionsTag.java,v 1.2 2002/07/14 12:38:22 dion Exp $
Author:
dion

Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
OptionsTag()
          Creates a new instance of OptionsTag
 
Method Summary
protected  org.apache.commons.httpclient.HttpMethod getHttpMethod()
          A method that must be implemented by subclasses to provide the url method implementation
 
Methods inherited from class org.apache.commons.jelly.tags.http.HttpTagSupport
addParameter, addRequestHeader, doTag, getParameters, getPath, getRequestHeaders, getResolvedUrl, getUri, getVar, isFollowRedirects, setFollowRedirects, setParameters, setParameters, setPath, setRequestHeaders, setUri, setVar
 
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

OptionsTag

public OptionsTag()
Creates a new instance of OptionsTag
Method Detail

getHttpMethod

protected org.apache.commons.httpclient.HttpMethod getHttpMethod()
                                                          throws java.net.MalformedURLException
Description copied from class: HttpTagSupport
A method that must be implemented by subclasses to provide the url method implementation
Overrides:
getHttpMethod in class HttpTagSupport
Returns:
a url method for an options request
Throws:
java.net.MalformedURLException - when the url is bad


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