FormTagAdapter Class

com.bea.struts.adapter.taglib.html
FormTagAdapter Class

public class FormTagAdapter

    extends FormTag

Hierarchy
Object
  TagSupport
    FormTag
      FormTagAdapter
All Implemented Interfaces

IterationTag, Serializable, Tag

Field Summary

   
Fields from  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 from  javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 

Constructor Summary

FormTagAdapter()

 

Method Summary

public int
doStartTag()
Render the beginning of this form.
protected String
getActionMappingURL(String action, PageContext pageContext)
Return the form action converted into a server-relative URL.
protected String
renderFocusJavascript()
 
Methods from  org.apache.struts.taglib.html.FormTag
doEndTag, getAction, getBeanName, getEnctype, getFocus, getFocusIndex, getMethod, getName, getOnreset, getOnsubmit, getScope, getStyle, getStyleClass, getStyleId, getTarget, getType, initFormBean, lookup, release, renderFormStartElement, renderToken, setAction, setEnctype, setFocus, setFocusIndex, setMethod, setName, setOnreset, setOnsubmit, setScope, setStyle, setStyleClass, setStyleId, setTarget, setType
 
Methods from  javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 
Methods from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 

Constructor Detail

FormTagAdapter

public FormTagAdapter()
 

Method Detail

doStartTag() Method

public int doStartTag()
throws JspException
Render the beginning of this form.

Overrides
FormTag.doStartTag()

Exceptions

JspException

getActionMappingURL(String, PageContext) Method

protected String getActionMappingURL(String action, 
                                     PageContext pageContext)
Return the form action converted into a server-relative URL.


renderFocusJavascript() Method

protected String renderFocusJavascript()
Overrides
FormTag.renderFocusJavascript()