org.apache.struts.taglib.nested.html

Class NestedFormTag

public class NestedFormTag extends FormTag implements NestedNameSupport

NestedFormTag.

Since: Struts 1.1

Version: $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $

Field Summary
protected Stringname
The name
StringoriginalNesting
StringoriginalNestingName
Method Summary
intdoEndTag()
This is only overriden to clean up the include reference
intdoStartTag()
Overriding to allow the chance to set the details of the system, so that dynamic includes can be possible
StringgetName()
Return the name.
StringgetProperty()
Get the string value of the "property" property.
voidrelease()
Release the tag's resources and reset the values.
voidsetName(String name)
Set the name.
voidsetProperty(String newProperty)
Setter for the "property" property

Field Detail

name

protected String name
The name

originalNesting

private String originalNesting

originalNestingName

private String originalNestingName

Method Detail

doEndTag

public int doEndTag()
This is only overriden to clean up the include reference

Returns: int JSP continuation directive.

doStartTag

public int doStartTag()
Overriding to allow the chance to set the details of the system, so that dynamic includes can be possible

Returns: int JSP continuation directive.

getName

public String getName()
Return the name.

getProperty

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

Returns: the property property

release

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

setName

public void setName(String name)
Set the name.

Parameters: name The new name

setProperty

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

Parameters: newProperty new value for the property

Copyright B) 2000-2007 - The Apache Software Foundation