| |
|
| org.apache.struts.faces.component.MessageComponent
MessageComponent | public class MessageComponent extends UIOutput (Code) | | Custom component that replaces the Struts
<html:message> tag.
|
getBundle | public String getBundle()(Code) | | Return the MessageResources key.
|
getFamily | public String getFamily()(Code) | | Return the component family to which this component belongs.
|
getStyle | public String getStyle()(Code) | | Return the CSS style(s) to be rendered for this component.
|
getStyleClass | public String getStyleClass()(Code) | | Return the CSS style class(es) to be rendered for this component.
|
isFilter | public boolean isFilter()(Code) | | Return a flag indicating whether filtering should take place.
|
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 |
setFilter | public void setFilter(boolean filter)(Code) | | Set the flag indicating that the output value should be filtered.
Parameters: filter - The new filter flag |
setKey | public void setKey(String key)(Code) | | Set the message key.
Parameters: key - The new key |
setStyle | public void setStyle(String style)(Code) | | Set the CSS style(s) to be rendered for this component.
Parameters: style - The new CSS style(s) |
setStyleClass | public void setStyleClass(String styleClass)(Code) | | Set the CSS style class(es) to be rendered for this component.
Parameters: styleClass - The new CSS style class(es) |
|
|
|