|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.webapp.UIComponentTag de.mindmatters.faces.taglib.jsp.AbstractUIComponentTag de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag de.mindmatters.faces.taglib.jsp.HtmlFormTag
public class HtmlFormTag
HtmlFormTag represents the HTML jsp tag for UIComponent
HtmlForm
.
Field Summary |
---|
Fields inherited from class javax.faces.webapp.UIComponentTag |
---|
pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
HtmlFormTag()
|
Method Summary | |
---|---|
java.lang.String |
getAccept()
Returns the accept attribute value. |
java.lang.String |
getAcceptCharset()
Returns the acceptCharset attribute value. |
java.lang.String |
getComponentType()
Specify the "component type name" used together with the component's family and the Application object to create a UIComponent instance for this tag. |
java.lang.String |
getEnctype()
Returns the enctype attribute value. |
java.lang.String |
getMethod()
Returns the method attribute value. |
java.lang.String |
getName()
Returns the name attribute value. |
java.lang.String |
getOnreset()
Returns the onreset attribute value. |
java.lang.String |
getOnsubmit()
Returns the onsubmit attribute value. |
java.lang.String |
getRendererType()
Specify the "renderer type name" used together with the current renderKit to get a Renderer instance for the corresponding UIComponent. |
java.lang.String |
getTarget()
Returns the target attribute value. |
java.lang.String |
getTransient()
Returns the transient attribute value. |
void |
release()
|
void |
setAccept(java.lang.String accept)
Sets the accept attribute value. |
void |
setAcceptCharset(java.lang.String acceptCharset)
Sets the acceptCharset attribute value. |
protected void |
setActionProperty(UIComponent component)
Sets the action property on the associated UIComponent component. |
void |
setEnctype(java.lang.String enctype)
Sets the enctype attribute value. |
void |
setMethod(java.lang.String method)
Sets the method attribute value. |
void |
setName(java.lang.String name)
Sets the name attribute value. |
void |
setOnreset(java.lang.String onreset)
Sets the onreset attribute value. |
void |
setOnsubmit(java.lang.String onsubmit)
Sets the onsubmit attribute value. |
protected void |
setProperties(UIComponent component)
|
void |
setTarget(java.lang.String target)
Sets the target attribute value. |
void |
setTransient(java.lang.String transientValue)
Sets the transient attribute value. |
Methods inherited from class de.mindmatters.faces.taglib.jsp.AbstractHtmlActionSourceComponentTag |
---|
getAction, getActionListener, getImmediate, setAction, setActionListener, setActionListenerProperty, setImmediate, setImmediateProperty |
Methods inherited from class de.mindmatters.faces.taglib.jsp.AbstractHtmlEventHandlerComponentTag |
---|
getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup |
Methods inherited from class de.mindmatters.faces.taglib.jsp.AbstractHtmlComponentTag |
---|
getDir, getLang, getStyle, getStyleClass, getTitle, setDir, setLang, setStyle, setStyleClass, setTitle |
Methods inherited from class de.mindmatters.faces.taglib.jsp.AbstractUIComponentTag |
---|
addValueBindingIfNecessary, setBooleanProperty, setStringProperty |
Methods inherited from class javax.faces.webapp.UIComponentTag |
---|
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlFormTag()
Method Detail |
---|
public java.lang.String getComponentType()
getComponentType
in class UIComponentTag
public java.lang.String getRendererType()
A JSP tag can return null here to use the default renderer type string. If non-null is returned, then the UIComponent's setRendererType method will be called passing this value, and this will later affect the type of renderer object returned by UIComponent.getRenderer().
getRendererType
in class UIComponentTag
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class AbstractHtmlActionSourceComponentTag
protected void setProperties(UIComponent component)
setProperties
in class AbstractHtmlActionSourceComponentTag
protected void setActionProperty(UIComponent component)
setActionProperty
in class AbstractHtmlActionSourceComponentTag
component
- The associated UIComponentpublic final java.lang.String getAccept()
public final void setAccept(java.lang.String accept)
accept
- The accept attribute valuepublic final java.lang.String getAcceptCharset()
public final void setAcceptCharset(java.lang.String acceptCharset)
acceptCharset
- The acceptCharset attribute valuepublic final java.lang.String getEnctype()
public final void setEnctype(java.lang.String enctype)
enctype
- The enctype attribute valuepublic final java.lang.String getName()
public final void setName(java.lang.String name)
name
- The name attribute valuepublic final java.lang.String getOnreset()
public final void setOnreset(java.lang.String onreset)
onreset
- The onreset attribute valuepublic final java.lang.String getOnsubmit()
public final void setOnsubmit(java.lang.String onsubmit)
onsubmit
- The onsubmit attribute valuepublic final java.lang.String getTarget()
public final void setTarget(java.lang.String target)
target
- The target attribute valuepublic final java.lang.String getMethod()
public final void setMethod(java.lang.String method)
method
- The method attribute value
java.lang.IllegalArgumentException
- if method is 'GET' and no ViewBuilder is configuredpublic final java.lang.String getTransient()
public final void setTransient(java.lang.String transientValue)
transientValue
- the transient value
|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |