railo.runtime.tag
Class Form
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
railo.runtime.tag.Form
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
public final class Form
- extends BodyTagImpl
implementation of the form tag
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 |
Form()
|
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
FORMAT_HTML
public static final int FORMAT_HTML
- See Also:
- Constant Field Values
FORMAT_FLASH
public static final int FORMAT_FLASH
- See Also:
- Constant Field Values
FORMAT_XML
public static final int FORMAT_XML
- See Also:
- Constant Field Values
Form
public Form()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class BodyTagImpl
- See Also:
Tag.release()
setEnablecab
public void setEnablecab(boolean enablecab)
- Parameters:
enablecab
- The enablecab to set.
- Throws:
ApplicationException
setMethod
public void setMethod(String method)
throws ApplicationException
- Parameters:
method
- The method to set.
- Throws:
ApplicationException
setFormat
public void setFormat(String strFormat)
throws ApplicationException
- Parameters:
format
- the format to set
- Throws:
ApplicationException
setSkin
public void setSkin(String strSkin)
- Parameters:
skin
- The skin to set.
setAction
public void setAction(String action)
- Parameters:
action
- The action to set.
setScriptsrc
public void setScriptsrc(String scriptSrc)
- Parameters:
scriptSrc
- The scriptSrc to set.
setArchive
public void setArchive(String archive)
- Parameters:
archive
- The archive to set.
- Throws:
ApplicationException
setCodebase
public void setCodebase(String codebase)
- Parameters:
codebase
- The codebase to set.
- Throws:
ApplicationException
setClass
public void setClass(String cssclass)
- Parameters:
cssclass
- The cssclass to set.
setStyle
public void setStyle(String cssstyle)
- Parameters:
cssstyle
- The cssstyle to set.
setEnctype
public void setEnctype(String enctype)
- Parameters:
enctype
- The enctype to set.
setId
public void setId(String id)
- Parameters:
id
- The id to set.
setAccept
public void setAccept(String accept)
setAcceptcharset
public void setAcceptcharset(String accept_charset)
setAccept_charset
public void setAccept_charset(String accept_charset)
setName
public void setName(String name)
- Parameters:
name
- The name to set.
setOnreset
public void setOnreset(String onreset)
- Parameters:
onreset
- The onreset to set.
setOnload
public void setOnload(String onload)
- Parameters:
onreset
- The onreset to set.
setOnsubmit
public void setOnsubmit(String onsubmit)
- Parameters:
onsubmit
- The onsubmit to set.
setOnclick
public void setOnclick(String onclick)
setOndblclick
public void setOndblclick(String ondblclick)
setOnmousedown
public void setOnmousedown(String onmousedown)
setOnmouseup
public void setOnmouseup(String onmouseup)
setOnmouseover
public void setOnmouseover(String onmouseover)
setOnmousemove
public void setOnmousemove(String onmousemove)
setOnmouseout
public void setOnmouseout(String onmouseout)
setOnkeypress
public void setOnkeypress(String onkeypress)
setOnkeydown
public void setOnkeydown(String onkeydown)
setOnkeyup
public void setOnkeyup(String onkeyup)
setPassthrough
public void setPassthrough(Object passthrough)
throws PageException
- Parameters:
passthrough
- The passthrough to set.
- Throws:
PageException
setPreservedata
public void setPreservedata(boolean preserveData)
throws ApplicationException
- Parameters:
preserveData
- The preserveData to set.
- Throws:
ApplicationException
setTarget
public void setTarget(String target)
- Parameters:
target
- The target to set.
setTitle
public void setTitle(String title)
setDir
public void setDir(String dir)
setLang
public void setLang(String lang)
setHeight
public void setHeight(String height)
- Parameters:
height
- the height to set
setWidth
public void setWidth(String width)
- Parameters:
width
- the width to set
setPreloader
public void setPreloader(boolean preloader)
- Parameters:
preloader
- the preloader to set
setTimeout
public void setTimeout(double timeout)
- Parameters:
timeout
- the timeout to set
setWmode
public void setWmode(String strWMode)
throws ApplicationException
- Parameters:
strWMode
- the wmode to set
- Throws:
ApplicationException
setAccessible
public void setAccessible(boolean accessible)
- Parameters:
strWMode
- the wmode to set
doStartTag
public int doStartTag()
throws PageException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- Throws:
PageException
- 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:
ExpressionException
PageException
- See Also:
Tag.doEndTag()
setInput
public void setInput(InputBean input)
throws ApplicationException
- Parameters:
input
-
- Throws:
ApplicationException
getName
public String getName()
- Returns:
- Returns the name.
getOnsubmit
public String getOnsubmit()
- Returns:
- Returns the onsubmit.
getFormat
public int getFormat()
getArchive
public String getArchive()
getCodebase
public String getCodebase()
Copyright © 2012 Railo