| org.apache.struts.faces.component.HtmlComponent
HtmlComponent | public class HtmlComponent extends UIOutput (Code) | | Custom component that replaces the Struts
<html:html> tag.
|
getFamily | public String getFamily()(Code) | | Return the component family to which this component belongs.
|
isLocale | public boolean isLocale()(Code) | | Return a flag indicating whether a locale should be created.
|
isXhtml | public boolean isXhtml()(Code) | | Return a flag indicating whether xhtml should be created.
|
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 |
setLocale | public void setLocale(boolean locale)(Code) | | Set the flag indicating whether a locale should be created.
Parameters: locale - The new flag |
setXhtml | public void setXhtml(boolean xhtml)(Code) | | Set the flag indicating whether xhtml should be created.
Parameters: xhtml - The new flag |
|
|