org.apache.struts.taglib.nested.html
Class NestedFormTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--org.apache.struts.taglib.html.FormTag
              |
              +--org.apache.struts.taglib.nested.html.NestedFormTag
All Implemented Interfaces:
NestedNameSupport, NestedPropertySupport, NestedTagSupport, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class NestedFormTag
extends FormTag
implements NestedNameSupport

NestedFormTag.

Since:
Struts 1.1
Version:
$Revision: 1.1 $ $Date$
Author:
Arron Bates
See Also:
Serialized Form

Field Summary
private  java.lang.String originalNesting
           
private  java.lang.String originalNestingName
           
 
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.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
NestedFormTag()
           
 
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 getProperty()
          Get the string value of the "property" property.
 void release()
          Release the tag's resources and reset the values.
 void setProperty(java.lang.String newProperty)
          Setter for the "property" property
 
Methods inherited from class org.apache.struts.taglib.html.FormTag
getAction, getBeanName, getEnctype, getFocus, getFocusIndex, getMethod, getName, getOnreset, getOnsubmit, getScope, getStyle, getStyleClass, getStyleId, getTarget, getType, initFormBean, lookup, renderFocusJavascript, renderFormStartElement, renderToken, setAction, setEnctype, setFocus, setFocusIndex, setMethod, setName, setOnreset, setOnsubmit, setScope, setStyle, setStyleClass, setStyleId, setTarget, setType
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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
 
Methods inherited from interface org.apache.struts.taglib.nested.NestedNameSupport
getName, setName
 

Field Detail

originalNesting

private java.lang.String originalNesting

originalNestingName

private java.lang.String originalNestingName
Constructor Detail

NestedFormTag

public NestedFormTag()
Method Detail

getProperty

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

Specified by:
getProperty in interface NestedPropertySupport
Returns:
the property property

setProperty

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

Specified by:
setProperty in interface 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 FormTag
Returns:
int JSP continuation directive.
Throws:
javax.servlet.jsp.JspException - if a JSP exception has occurred

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 FormTag
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 FormTag


Copyright © 2000-2003 - Apache Software Foundation