IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.strutsportal.taglib.html
Class FormTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.apache.struts.taglib.html.FormTag
          extended bycom.ibm.btt.strutsportal.taglib.html.FormTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class FormTag
extends org.apache.struts.taglib.html.FormTag

See Also:
Serialized Form

Field Summary
protected  java.lang.String encodedBeanName
           
protected  java.lang.String urlType
           
protected  boolean validate
           
protected  java.lang.String windowState
           
 
Fields inherited from class org.apache.struts.taglib.html.FormTag
action, beanName, beanScope, beanType, enctype, focus, focusIndex, lineEnd, mapping, messages, method, moduleConfig, name, onreset, onsubmit, scope, servlet, style, styleClass, styleId, target, type
 
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()
           
 java.lang.String getEncodedBeanName()
           
protected  java.lang.String getEncodedProperty(java.lang.String property)
           
 java.lang.String getProcessId(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getUrlType()
           
 boolean getValidate()
           
 java.lang.String getWindowState()
           
protected  java.lang.String renderFormStartElement()
           
protected  java.lang.String renderToken()
           
 void setUrlType(java.lang.String urlType)
           
 void setValidate(boolean validate)
           
 void setWindowState(java.lang.String windowState)
           
 
Methods inherited from class org.apache.struts.taglib.html.FormTag
doStartTag, getAction, getBeanName, getEnctype, getFocus, getFocusIndex, getMethod, getName, getOnreset, getOnsubmit, getScope, getStyle, getStyleClass, getStyleId, getTarget, getType, initFormBean, lookup, release, renderFocusJavascript, setAction, setEnctype, setFocus, setFocusIndex, setMethod, setName, setOnreset, setOnsubmit, setScope, setStyle, setStyleClass, setStyleId, setTarget, setType
 
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
 

Field Detail

encodedBeanName

protected java.lang.String encodedBeanName

urlType

protected java.lang.String urlType

windowState

protected java.lang.String windowState

validate

protected boolean validate
Constructor Detail

FormTag

public FormTag()
Method Detail

getUrlType

public java.lang.String getUrlType()

setUrlType

public void setUrlType(java.lang.String urlType)

getWindowState

public java.lang.String getWindowState()

setWindowState

public void setWindowState(java.lang.String windowState)

getValidate

public boolean getValidate()

setValidate

public void setValidate(boolean validate)

renderFormStartElement

protected java.lang.String renderFormStartElement()

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

getEncodedBeanName

public java.lang.String getEncodedBeanName()

renderToken

protected java.lang.String renderToken()

getProcessId

public java.lang.String getProcessId(javax.servlet.http.HttpServletRequest request)

getEncodedProperty

protected java.lang.String getEncodedProperty(java.lang.String property)

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005