| org.apache.struts.faces.component.StylesheetComponent
StylesheetComponent | public class StylesheetComponent extends UIOutput (Code) | | Custom component that replaces the Struts
<html:stylesheet> tag.
|
getFamily | public String getFamily()(Code) | | Return the component family to which this component belongs.
|
getPath | public String getPath()(Code) | | Return the context-relative stylesheet path.
|
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 |
setPath | public void setPath(String path)(Code) | | Set the context-relative stylesheet path.
Parameters: path - The new path |
|
|