railo.runtime.tag
Class Form

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.ext.tag.BodyTagImpl
          extended by 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


Field Summary
static int FORMAT_FLASH
           
static int FORMAT_HTML
           
static int FORMAT_XML
           
 
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()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getArchive()
           
 String getCodebase()
           
 int getFormat()
           
 String getName()
           
 String getOnsubmit()
           
 void release()
           
 void setAccept_charset(String accept_charset)
           
 void setAccept(String accept)
           
 void setAcceptcharset(String accept_charset)
           
 void setAccessible(boolean accessible)
           
 void setAction(String action)
           
 void setArchive(String archive)
           
 void setClass(String cssclass)
           
 void setCodebase(String codebase)
           
 void setDir(String dir)
           
 void setEnablecab(boolean enablecab)
           
 void setEnctype(String enctype)
           
 void setFormat(String strFormat)
           
 void setHeight(String height)
           
 void setId(String id)
           
 void setInput(InputBean input)
           
 void setLang(String lang)
           
 void setMethod(String method)
           
 void setName(String name)
           
 void setOnclick(String onclick)
           
 void setOndblclick(String ondblclick)
           
 void setOnkeydown(String onkeydown)
           
 void setOnkeypress(String onkeypress)
           
 void setOnkeyup(String onkeyup)
           
 void setOnload(String onload)
           
 void setOnmousedown(String onmousedown)
           
 void setOnmousemove(String onmousemove)
           
 void setOnmouseout(String onmouseout)
           
 void setOnmouseover(String onmouseover)
           
 void setOnmouseup(String onmouseup)
           
 void setOnreset(String onreset)
           
 void setOnsubmit(String onsubmit)
           
 void setPassthrough(Object passthrough)
           
 void setPreloader(boolean preloader)
           
 void setPreservedata(boolean preserveData)
           
 void setScriptsrc(String scriptSrc)
           
 void setSkin(String strSkin)
           
 void setStyle(String cssstyle)
           
 void setTarget(String target)
           
 void setTimeout(double timeout)
           
 void setTitle(String title)
           
 void setWidth(String width)
           
 void setWmode(String strWMode)
           
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
doAfterBody, doInitBody, setBodyContent
 
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
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

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
Constructor Detail

Form

public Form()
Method Detail

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