public class CommandLinkTag extends AbstractFacesTag
Render a CommandLinkComponent
inside a
Struts-Faces FormComponent
.
bundle, value
bodyContent, pageContext, UNIQUE_ID_PREFIX
Constructor and Description |
---|
CommandLinkTag() |
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 |
setAccesskey(String accesskey) |
void |
setAction(String action) |
void |
setactionListener(String actionListener) |
void |
setCharset(String charset) |
void |
setDir(String dir) |
void |
setHreflang(String hreflang) |
void |
setImmediate(String immediate) |
void |
setLang(String lang) |
void |
setOnblur(String onblur) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnfocus(String onfocus) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
protected void |
setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
|
void |
setRel(String rel) |
void |
setRev(String rev) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTabindex(String tabindex) |
void |
setTarget(String target) |
void |
setTitle(String title) |
void |
setType(String type) |
setBooleanAttribute, setBundle, setIntegerAttribute, setStringAttribute, 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
public void setAccesskey(String accesskey)
public void setAction(String action)
public void setactionListener(String actionListener)
public void setCharset(String charset)
public void setDir(String dir)
public void setHreflang(String hreflang)
public void setImmediate(String immediate)
public void setLang(String lang)
public void setOnblur(String onblur)
public void setOnclick(String onclick)
public void setOndblclick(String ondblclick)
public void setOnfocus(String onfocus)
public void setOnkeydown(String onkeydown)
public void setOnkeypress(String onkeypress)
public void setOnkeyup(String onkeyup)
public void setOnmousedown(String onmousedown)
public void setOnmousemove(String onmousemove)
public void setOnmouseout(String onmouseout)
public void setOnmouseover(String onmouseover)
public void setOnmouseup(String onmouseup)
public void setRel(String rel)
public void setRev(String rev)
public void setStyle(String style)
setStyle
in class AbstractFacesTag
public void setStyleClass(String styleClass)
setStyleClass
in class AbstractFacesTag
public void setTabindex(String tabindex)
public void setTarget(String target)
public void setTitle(String title)
public void setType(String type)
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.