BEA Systems, Inc.

weblogicx.jsp.tags.validators
Class FormTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by weblogicx.jsp.tags.validators.FormTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class FormTag
extends TagSupport

A Tag class which takes the redirect Page and the request method as an argument and writes out a Html form with an action attribute set to itself.

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
 int doEndTag()
           
 int doStartTag()
           
 String getName()
           
 void release()
           
 void setAction(String ac)
           
 void setMethod(String met)
           
 void setName(String name)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, 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

setName

public void setName(String name)

setAction

public void setAction(String ac)

setMethod

public void setMethod(String met)

getName

public String getName()

doStartTag

public int doStartTag()
               throws JspTagException
Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Throws:
JspTagException

doEndTag

public int doEndTag()
             throws JspTagException
Specified by:
doEndTag in interface Tag
Overrides:
doEndTag in class TagSupport
Throws:
JspTagException

release

public void release()
Specified by:
release in interface Tag
Overrides:
release in class TagSupport

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.