org.extremecomponents.table.tag
Class FormTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.extremecomponents.table.tag.FormTag
All Implemented Interfaces:
FormAttributes, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class FormTag
extends javax.servlet.jsp.tagext.TagSupport
implements FormAttributes

Author:
jeff johnston
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
FormTag()
           
 
Method Summary
 void cleanup()
           
 int doStartTag()
           
 java.lang.String getAction()
           
 java.lang.String getMethod()
           
 java.lang.String getName()
           
 java.lang.String getOnsubmit()
           
 void setAction(java.lang.String action)
           
 void setMethod(java.lang.String method)
           
 void setName(java.lang.String name)
           
 void setOnsubmit(java.lang.String onsubmit)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormTag

public FormTag()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface FormAttributes

setName

public void setName(java.lang.String name)
Specified by:
setName in interface FormAttributes

getAction

public java.lang.String getAction()
Specified by:
getAction in interface FormAttributes

setAction

public void setAction(java.lang.String action)
Specified by:
setAction in interface FormAttributes

getMethod

public java.lang.String getMethod()
Specified by:
getMethod in interface FormAttributes

setMethod

public void setMethod(java.lang.String method)
Specified by:
setMethod in interface FormAttributes

getOnsubmit

public java.lang.String getOnsubmit()
Specified by:
getOnsubmit in interface FormAttributes

setOnsubmit

public void setOnsubmit(java.lang.String onsubmit)
Specified by:
setOnsubmit in interface FormAttributes

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Throws:
javax.servlet.jsp.JspException

cleanup

public void cleanup()


Copyright © 2004 sourceforge. All Rights Reserved.