| org.apache.struts.faces.component.ErrorsComponent
ErrorsComponent | public class ErrorsComponent extends UIOutput (Code) | | Custom component that replaces the Struts
<html:errors> tag.
|
getBundle | public String getBundle()(Code) | | Return the MessageResources key.
|
getFamily | public String getFamily()(Code) | | Return the component family to which this component belongs.
|
getProperty | public String getProperty()(Code) | | Return the property name for which to report errors.
|
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | Restore the state of this component.
Parameters: context - FacesContext for the current request Parameters: state - State object from which to restore our state |
saveState | public Object saveState(FacesContext context)(Code) | | Save the state of this component.
Parameters: context - FacesContext for the current request |
setBundle | public void setBundle(String bundle)(Code) | | Set the MessageResources key.
Parameters: bundle - The new key |
setProperty | public void setProperty(String property)(Code) | | Set the property name for which to report errors.
Parameters: property - The new property name |
|
|