|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.apache.struts.taglib.FormTag
Custom tag that represents an input form, associated with a bean whose properties correspond to the various fields of the form.
Field Summary | |
private java.lang.String |
action
The action URL to which this form should be submitted, if any. |
private java.lang.String |
enctype
The content encoding to be used on a POST submit. |
private java.lang.String |
focus
The name of the field to receive focus, if any. |
protected static MessageResources |
messages
The message resources for this package. |
private java.lang.String |
method
The request method used when submitting this form. |
private java.lang.String |
name
The attribute key under which our associated bean is stored. |
private java.lang.String |
onReset
The onReset event script. |
private java.lang.String |
onSubmit
The onSubmit event script. |
private java.lang.String |
scope
The scope (request or session) under which our associated bean is stored. |
private java.lang.String |
style
The style attribute associated with this tag. |
private java.lang.String |
styleClass
The style class associated with this tag. |
private java.lang.String |
styleId
The identifier associated with this tag. |
protected java.lang.String |
target
The window target. |
private java.lang.String |
type
The Java class name of the bean to be created, if necessary. |
Constructor Summary | |
FormTag()
|
Method Summary | |
int |
doEndTag()
Render the end of this form. |
int |
doStartTag()
Render the beginning of this form. |
java.lang.String |
getAction()
Return the action URL to which this form should be submitted. |
java.lang.String |
getEnctype()
|
java.lang.String |
getFocus()
Return the focus field name for this form. |
java.lang.String |
getMethod()
Return the request method used when submitting this form. |
java.lang.String |
getName()
Return the attribute key name of our bean. |
java.lang.String |
getOnReset()
Return the onReset event script. |
java.lang.String |
getOnSubmit()
Return the onSubmit event script. |
java.lang.String |
getScope()
Return the attribute scope of our bean. |
java.lang.String |
getStyle()
Return the style attribute for this tag. |
java.lang.String |
getStyleClass()
Return the style class for this tag. |
java.lang.String |
getStyleId()
Return the style id for this tag. |
java.lang.String |
getTarget()
Return the window target. |
java.lang.String |
getType()
Return the Java class of our bean. |
void |
release()
Release any acquired resources. |
void |
setAction(java.lang.String action)
Set the action URL to which this form should be submitted. |
void |
setEnctype(java.lang.String enctype)
|
void |
setFocus(java.lang.String focus)
Set the focus field name for this form. |
void |
setMethod(java.lang.String method)
Set the request method used when submitting this form. |
void |
setName(java.lang.String name)
Set the attribute key name of our bean. |
void |
setOnReset(java.lang.String onReset)
Set the onReset event script. |
void |
setOnSubmit(java.lang.String onSubmit)
Set the onSubmit event script. |
void |
setScope(java.lang.String scope)
Set the attribute scope of our bean. |
void |
setStyle(java.lang.String style)
Set the style attribute for this tag. |
void |
setStyleClass(java.lang.String styleClass)
Set the style class for this tag. |
void |
setStyleId(java.lang.String styleId)
Set the style id for this tag. |
void |
setTarget(java.lang.String target)
Set the window target. |
void |
setType(java.lang.String type)
Set the Java class of our bean. |
Field Detail |
private java.lang.String action
private java.lang.String enctype
private java.lang.String focus
protected static MessageResources messages
private java.lang.String method
private java.lang.String name
private java.lang.String onReset
private java.lang.String onSubmit
private java.lang.String scope
private java.lang.String style
private java.lang.String styleClass
private java.lang.String styleId
protected java.lang.String target
private java.lang.String type
Constructor Detail |
public FormTag()
Method Detail |
public java.lang.String getEnctype()
public void setEnctype(java.lang.String enctype)
public java.lang.String getAction()
public void setAction(java.lang.String action)
action
- The new action URLpublic java.lang.String getFocus()
public void setFocus(java.lang.String focus)
focus
- The new focus field namepublic java.lang.String getMethod()
public void setMethod(java.lang.String method)
method
- The new request methodpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- The new attribute key namepublic java.lang.String getOnReset()
public void setOnReset(java.lang.String onReset)
onReset
- The new event scriptpublic java.lang.String getOnSubmit()
public void setOnSubmit(java.lang.String onSubmit)
onSubmit
- The new event scriptpublic java.lang.String getScope()
public void setScope(java.lang.String scope)
scope
- The new attribute scopepublic java.lang.String getStyle()
public void setStyle(java.lang.String style)
style
- The new style attributepublic java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass
- The new style classpublic java.lang.String getStyleId()
public void setStyleId(java.lang.String styleId)
styleId
- The new style idpublic java.lang.String getTarget()
public void setTarget(java.lang.String target)
target
- The new window targetpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- The new Java classpublic int doStartTag() throws javax.servlet.jsp.JspException
JspException
- if a JSP exception has occurredpublic int doEndTag() throws javax.servlet.jsp.JspException
JspException
- if a JSP exception has occurredpublic void release()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |