|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.http.HttpTagSupport
org.apache.commons.jelly.tags.http.OptionsTag
A http get tag
Field Summary | |
private org.apache.commons.httpclient.methods.OptionsMethod |
_optionsMethod
the options method |
Fields inherited from class org.apache.commons.jelly.tags.http.HttpTagSupport |
|
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, isTrim, setBody, setContext, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private org.apache.commons.httpclient.methods.OptionsMethod _optionsMethod
Constructor Detail |
public OptionsTag()
Method Detail |
protected org.apache.commons.httpclient.HttpMethod getHttpMethod() throws java.net.MalformedURLException
HttpTagSupport
url method
implementation
getHttpMethod
in class HttpTagSupport
java.net.MalformedURLException
- when the url is bad
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |