org.apache.struts.taglib.nested.html

Class NestedFormTag

Implemented Interfaces:
NestedNameSupport, NestedPropertySupport, NestedTagSupport

public class NestedFormTag
extends FormTag
implements NestedNameSupport

NestedFormTag.

Version:
$Revision: 1.9 $ $Date: 2003/02/28 05:15:06 $

Author:
Arron Bates

Since:
Struts 1.1

Field Summary

private String
originalNesting
private 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

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
String
getProperty()
Get the string value of the "property" property.
void
release()
Release the tag's resources and reset the values.
void
setProperty(String newProperty)
Setter for the "property" property

Methods inherited from class org.apache.struts.taglib.html.FormTag

doEndTag, doStartTag, getAction, getBeanName, getEnctype, getFocus, getFocusIndex, getMethod, getName, getOnreset, getOnsubmit, getScope, getStyle, getStyleClass, getStyleId, getTarget, getType, initFormBean, isXhtml, lookup, release, renderFocusJavascript, renderFormStartElement, renderToken, setAction, setEnctype, setFocus, setFocusIndex, setMethod, setName, setOnreset, setOnsubmit, setScope, setStyle, setStyleClass, setStyleId, setTarget, setType

Field Details

originalNesting

private String originalNesting


originalNestingName

private String originalNestingName

Method Details

doEndTag

public int doEndTag()
            throws JspException
This is only overriden to clean up the include reference
Overrides:
doEndTag in interface FormTag

Returns:
int JSP continuation directive.


doStartTag

public int doStartTag()
            throws JspException
Overriding to allow the chance to set the details of the system, so that dynamic includes can be possible
Overrides:
doStartTag in interface FormTag

Returns:
int JSP continuation directive.


getProperty

public String getProperty()
Get the string value of the "property" property.
Specified by:
getProperty in interface NestedPropertySupport

Returns:
the property property


release

public void release()
Release the tag's resources and reset the values.
Overrides:
release in interface FormTag


setProperty

public void setProperty(String newProperty)
Setter for the "property" property
Specified by:
setProperty in interface NestedPropertySupport

Parameters:
newProperty - new value for the property


Copyright B) 2000-2005 - Apache Software Foundation