| |
|
| com.icesoft.faces.component.outputdeclaration.OutputDeclaration
OutputDeclaration | public class OutputDeclaration extends javax.faces.component.UIOutput (Code) | | This is an extension of javax.faces.component.UIOutput, which provides
design-time support for SunStudioCreator 2
|
COMPONENT_FAMILY | final public static String COMPONENT_FAMILY(Code) | | |
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
OutputDeclaration | public OutputDeclaration()(Code) | | |
getDoctypePublic | public String getDoctypePublic()(Code) | | An identifier for the DTD without giving a specific location.
|
getDoctypeRoot | public String getDoctypeRoot()(Code) | | Indicates the root element of the XML document.
|
getDoctypeSystem | public String getDoctypeSystem()(Code) | | Indicates the URI reference to the DTD.
|
restoreState | public void restoreState(FacesContext _context, Object _state)(Code) | | Restore the state of this component.
|
saveState | public Object saveState(FacesContext _context)(Code) | | Save the state of this component.
|
|
|
|