org.apache.struts.taglib.nested.html

Class NestedFormTag

Implemented Interfaces:
NestedNameSupport, NestedPropertySupport, NestedTagSupport

public class NestedFormTag
extends FormTag
implements NestedNameSupport

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

Field Summary

protected String
name
The name
private String
originalNesting
private String
originalNestingName

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

acceptCharset, action, beanName, beanScope, beanType, disabled, enctype, focus, focusIndex, lineEnd, mapping, messages, method, moduleConfig, onreset, onsubmit, readonly, scriptLanguage, servlet, style, styleClass, styleId, target

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

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

doEndTag, doStartTag, getAcceptCharset, getAction, getBeanName, getEnctype, getFocus, getFocusIndex, getMethod, getOnreset, getOnsubmit, getScriptLanguage, getStyle, getStyleClass, getStyleId, getTarget, initFormBean, isDisabled, isReadonly, isXhtml, lookup, release, renderAction, renderAttribute, renderFocusJavascript, renderFormStartElement, renderName, renderOtherAttributes, renderToken, setAcceptCharset, setAction, setDisabled, setEnctype, setFocus, setFocusIndex, setMethod, setOnreset, setOnsubmit, setReadonly, setScriptLanguage, setStyle, setStyleClass, setStyleId, setTarget

Field Details

name

protected String name
The name

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.

getName

public String getName()
Return the name.
Specified by:
getName in interface NestedNameSupport

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

setName

public void setName(String name)
Set the name.
Specified by:
setName in interface NestedNameSupport
Parameters:
name - The new name

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-2007 - The Apache Software Foundation