HDIV API 2.0.4

org.hdiv.taglib.nested.html
Class NestedFormTagHDIV

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.struts.taglib.html.FormTag
          extended by org.hdiv.taglib.html.FormTagHDIV
              extended by org.hdiv.taglib.nested.html.NestedFormTagHDIV
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag, org.apache.struts.taglib.nested.NestedNameSupport, org.apache.struts.taglib.nested.NestedPropertySupport, org.apache.struts.taglib.nested.NestedTagSupport

public class NestedFormTagHDIV
extends FormTagHDIV
implements org.apache.struts.taglib.nested.NestedNameSupport

This tag is an extension of the <html:form> tag.

Author:
Gorka Vicente
See Also:
FormTagHDIV, Serialized Form

Field Summary
protected  java.lang.String name
          The name
 
Fields inherited from class org.apache.struts.taglib.html.FormTag
acceptCharset, action, beanName, beanScope, beanType, enctype, focus, focusIndex, lineEnd, mapping, messages, method, moduleConfig, onreset, onsubmit, readonly, scriptLanguage, servlet, style, styleClass, styleId, target
 
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
NestedFormTagHDIV()
           
 
Method Summary
 int doEndTag()
          This is only overriden to clean up the include reference
 int doStartTag()
          Overriding to allow the chance to set the details of the system, so that dynamic includes can be possible
 java.lang.String getName()
          Return the name.
 java.lang.String getProperty()
          Get the string value of the "property" property.
 void release()
          Release the tag's resources and reset the values.
 void setName(java.lang.String name)
          Set the name.
 void setProperty(java.lang.String newProperty)
          Setter for the "property" property
 
Methods inherited from class org.hdiv.taglib.html.FormTagHDIV
addHDIVParameter, renderAction
 
Methods inherited from class org.apache.struts.taglib.html.FormTag
getAcceptCharset, getAction, getBeanName, getEnctype, getFocus, getFocusIndex, getMethod, getOnreset, getOnsubmit, getScriptLanguage, getStyle, getStyleClass, getStyleId, getTarget, initFormBean, isDisabled, isReadonly, lookup, renderAttribute, renderFocusJavascript, renderFormStartElement, renderName, renderOtherAttributes, renderToken, setAcceptCharset, setAction, setDisabled, setEnctype, setFocus, setFocusIndex, setMethod, setOnreset, setOnsubmit, setReadonly, setScriptLanguage, setStyle, setStyleClass, setStyleId, setTarget
 
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

name

protected java.lang.String name
The name

Constructor Detail

NestedFormTagHDIV

public NestedFormTagHDIV()
Method Detail

getName

public java.lang.String getName()
Return the name.

Specified by:
getName in interface org.apache.struts.taglib.nested.NestedNameSupport

setName

public void setName(java.lang.String name)
Set the name.

Specified by:
setName in interface org.apache.struts.taglib.nested.NestedNameSupport
Parameters:
name - The new name

getProperty

public java.lang.String getProperty()
Get the string value of the "property" property.

Specified by:
getProperty in interface org.apache.struts.taglib.nested.NestedPropertySupport
Returns:
the property property

setProperty

public void setProperty(java.lang.String newProperty)
Setter for the "property" property

Specified by:
setProperty in interface org.apache.struts.taglib.nested.NestedPropertySupport
Parameters:
newProperty - new value for the property

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Overriding to allow the chance to set the details of the system, so that dynamic includes can be possible

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class org.apache.struts.taglib.html.FormTag
Returns:
int JSP continuation directive.
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
This is only overriden to clean up the include reference

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class FormTagHDIV
Returns:
int JSP continuation directive.
Throws:
javax.servlet.jsp.JspException - if a JSP exception has occurred

release

public void release()
Release the tag's resources and reset the values.

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class org.apache.struts.taglib.html.FormTag

HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.