railo.runtime.tag
Class Div
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
railo.runtime.tag.Div
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
public final class Div
- extends BodyTagImpl
Lets you execute HTTP POST and GET operations on files. Using cfhttp, you can execute standard
GET operations and create a query object from a text file. POST operations lets you upload MIME file
types to a server, or post cookie, formfield, URL, file, or CGI variables directly to a specified server.
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary |
Div()
|
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
Div
public Div()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class BodyTagImpl
- See Also:
Tag.release()
setBind
public void setBind(String bind)
- Parameters:
bind
- the bind to set
setBindonload
public void setBindonload(boolean bindOnLoad)
- Parameters:
bindOnLoad
- the bindOnLoad to set
setId
public void setId(String id)
- Parameters:
id
- the id to set
setOnbinderror
public void setOnbinderror(String onBindError)
- Parameters:
onBindError
- the onBindError to set
setTagname
public void setTagname(String tagName)
- Parameters:
tagName
- the tagName to set
doStartTag
public int doStartTag()
throws TagNotSupported
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- Throws:
TagNotSupported
- See Also:
Tag.doStartTag()
doEndTag
public int doEndTag()
throws PageException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- Throws:
PageException
- See Also:
Tag.doEndTag()
doInitBody
public void doInitBody()
- Specified by:
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
- Overrides:
doInitBody
in class BodyTagImpl
- See Also:
BodyTag.doInitBody()
doAfterBody
public int doAfterBody()
- Specified by:
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
- Overrides:
doAfterBody
in class BodyTagImpl
- See Also:
IterationTag.doAfterBody()
hasBody
public void hasBody(boolean hasBody)
- sets if has body or not
- Parameters:
hasBody
-
Copyright © 2012 Railo