|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.ext.tag.TagImpl
railo.runtime.tag.HttpParam
public final class HttpParam
Required for cfhttp POST operations, cfhttpparam is used to specify the parameters necessary to build a cfhttp POST.
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
HttpParam()
|
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
void |
release()
|
void |
setEncoded(boolean encoded)
Applies to FormField and CGI types; ignored for all other types. |
void |
setFile(String file)
set the value file Required for type = "File". |
void |
setMimetype(String mimetype)
Applies to File type; invalid for all other types. |
void |
setName(String name)
set the value name A variable name for the data being passed. |
void |
setType(String type)
set the value type The transaction type. |
void |
setValue(Object value)
set the value value Specifies the value of the URL, FormField, Cookie, File, or CGI variable being passed. |
Methods inherited from class railo.runtime.ext.tag.TagImpl |
---|
getParent, required, required, required, required, setPageContext, setPageContext, setParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpParam()
Method Detail |
---|
public void setEncoded(boolean encoded)
encoded
- public void setMimetype(String mimetype)
mimetype
- public void setValue(Object value)
value
- value to setpublic void setType(String type)
type
- value to setpublic void setFile(String file)
file
- value to setpublic void setName(String name)
name
- value to setpublic int doStartTag() throws ApplicationException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
ApplicationException
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TagImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |