|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.faces.webapp.UIComponentTag | +--org.apache.struts.faces.taglib.AbstractFacesTag | +--org.apache.struts.faces.taglib.ErrorsTag
Render a set of validation or business logic error messages, for the Struts-Faces Integration Library.
Field Summary |
Fields inherited from class org.apache.struts.faces.taglib.AbstractFacesTag |
bundle, styleClass, value, valueRef |
Fields inherited from class javax.faces.webapp.UIComponentTag |
context, id, pageContext, rendered, renderedSet |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
ErrorsTag()
|
Method Summary | |
java.lang.String |
getComponentType()
Return the type of component to be created for this tag. |
java.lang.String |
getRendererType()
Return the rendererType to be used for rendering
our component. |
Methods inherited from class org.apache.struts.faces.taglib.AbstractFacesTag |
overrideProperties, release, setBundle, setStyleClass, setValue, setValueRef |
Methods inherited from class javax.faces.webapp.UIComponentTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getChildIndex, getComponent, getCreated, getDoEndValue, getDoStartValue, getFacetName, getParent, getParentUIComponentTag, incrementChildIndex, isSuppressed, 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 ErrorsTag()
Method Detail |
public java.lang.String getComponentType()
Return the type of component to be created for this tag.
getComponentType
in class AbstractFacesTag
public java.lang.String getRendererType()
Return the rendererType
to be used for rendering
our component.
getRendererType
in class AbstractFacesTag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |