org.apache.struts.taglib.html

Class ResetTag

public class ResetTag extends SubmitTag

Tag for input fields of type "reset".

Version: $Rev: 54954 $ $Date: 2004-10-17 07:40:12 +0100 (Sun, 17 Oct 2004) $

Method Summary
protected StringgetDefaultValue()
Return the default value.
protected StringgetElementOpen()
Render the opening element.
protected StringprepareName()
Prepare the name element

Method Detail

getDefaultValue

protected String getDefaultValue()
Return the default value.

Returns: The default value if none supplied.

getElementOpen

protected String getElementOpen()
Render the opening element.

Returns: The opening part of the element.

prepareName

protected String prepareName()
Prepare the name element

Returns: The element name.

Copyright © 2000-2008 - The Apache Software Foundation