| org.apache.struts.faces.component.BaseComponent
BaseComponent | public class BaseComponent extends UIOutput (Code) | | Custom component that replaces the Struts
<html:base> tag.
|
getFamily | public String getFamily()(Code) | | Return the component family to which this component belongs.
|
getTarget | public String getTarget()(Code) | | Return the target frame.
|
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 |
setTarget | public void setTarget(String target)(Code) | | Set the target frame.
Parameters: target - The new target frame |
|
|