public class FormTag extends AbstractFacesTag
Render an input form that is submitted to a Struts Action
,
for the Struts-Faces Integration Library.
Modifier and Type | Field and Description |
---|---|
protected String |
action
The
path of the Struts Action to which
this form should be submitted. |
protected String |
enctype
The content encoding type to use.
|
protected String |
focus
The name of the field to which focus should be set when this
form is displayed.
|
protected String |
focusIndex
The subscript of the focus field array to receive focus.
|
protected String |
onreset
The JavaScript reset event handler.
|
protected String |
onsubmit
The JavaScript submit event handler.
|
protected String |
target
The window target for this submit.
|
bundle, style, styleClass, value
bodyContent, pageContext, UNIQUE_ID_PREFIX
Constructor and Description |
---|
FormTag() |
Modifier and Type | Method and Description |
---|---|
String |
getComponentType()
Return the type of component to be created for this tag.
|
String |
getRendererType()
Return the
rendererType to be used for rendering
our component. |
void |
release()
Release any allocated resources.
|
void |
setAction(String action) |
void |
setEnctype(String enctype) |
void |
setFocus(String focus) |
void |
setFocusIndex(String focusIndex) |
void |
setOnreset(String onreset) |
void |
setOnsubmit(String onsubmit) |
protected void |
setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
|
void |
setTarget(String target) |
setBooleanAttribute, setBundle, setIntegerAttribute, setStringAttribute, setStyle, setStyleClass, setValue
createComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, setBinding, setRendered
addChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriter
protected String action
The path
of the Struts Action
to which
this form should be submitted. This property is analogous to the
formName
property on the form tag in the standard
HTML RenderKit.
protected String enctype
The content encoding type to use.
protected String focus
The name of the field to which focus should be set when this form is displayed.
protected String focusIndex
The subscript of the focus field array to receive focus.
protected String onreset
The JavaScript reset event handler.
protected String onsubmit
The JavaScript submit event handler.
protected String target
The window target for this submit.
public void setAction(String action)
public void setEnctype(String enctype)
public void setFocus(String focus)
public void setFocusIndex(String focusIndex)
public void setOnreset(String onreset)
public void setOnsubmit(String onsubmit)
public void setTarget(String target)
public void release()
Release any allocated resources.
release
in interface javax.servlet.jsp.tagext.Tag
release
in class AbstractFacesTag
public String getComponentType()
Return the type of component to be created for this tag.
getComponentType
in class AbstractFacesTag
public String getRendererType()
Return the rendererType
to be used for rendering
our component.
getRendererType
in class AbstractFacesTag
protected void setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
setProperties
in class AbstractFacesTag
component
- Component whose attributes should be overriddenCopyright © 2000–2016 Apache Software Foundation. All rights reserved.