void |
decode(FacesContext context)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSSComponent
public XSSComponent()
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
saveState
public java.lang.Object saveState(FacesContext context)
restoreState
public void restoreState(FacesContext context,
java.lang.Object state)
encodeBegin
public void encodeBegin(FacesContext context)
throws java.io.IOException
- Throws:
java.io.IOException
getFamily
public java.lang.String getFamily()
encodeEnd
public void encodeEnd(FacesContext context)
throws java.io.IOException
- Throws:
java.io.IOException
decode
public void decode(FacesContext context)
|