public class ErrorsTag extends AbstractFacesTag
Render a set of validation or business logic error messages, for the Struts-Faces Integration Library.
| Modifier and Type | Field and Description |
|---|---|
protected String |
property
The property name for which to report errors.
|
bundle, style, styleClass, valuebodyContent, pageContext, UNIQUE_ID_PREFIX| Constructor and Description |
|---|
ErrorsTag() |
| 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 variables allocated during use of this tag instance.
|
protected void |
setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
|
void |
setProperty(String property) |
setBooleanAttribute, setBundle, setIntegerAttribute, setStringAttribute, setStyle, setStyleClass, setValuecreateComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, setBinding, setRenderedaddChild, 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, setupResponseWriterprotected String property
The property name for which to report errors.
public void setProperty(String property)
public String getComponentType()
Return the type of component to be created for this tag.
getComponentType in class AbstractFacesTagpublic String getRendererType()
Return the rendererType to be used for rendering
our component.
getRendererType in class AbstractFacesTagpublic void release()
Release any variables allocated during use of this tag instance.
release in interface javax.servlet.jsp.tagext.Tagrelease in class AbstractFacesTagprotected void setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
setProperties in class AbstractFacesTagcomponent - Component whose attributes should be overriddenCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.