com.mycompany.beans
Class MyBean
java.lang.Object
com.mycompany.beans.MyBean
- public class MyBean
- extends java.lang.Object
Field Summary |
private javax.faces.component.html.HtmlOutputText |
errorComp
|
Method Summary |
javax.faces.component.html.HtmlOutputText |
getErrorComp()
|
void |
setErrorComp(javax.faces.component.html.HtmlOutputText errorComp)
|
void |
validateText(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent comp,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errorComp
private javax.faces.component.html.HtmlOutputText errorComp
MyBean
public MyBean()
setErrorComp
public void setErrorComp(javax.faces.component.html.HtmlOutputText errorComp)
getErrorComp
public javax.faces.component.html.HtmlOutputText getErrorComp()
validateText
public void validateText(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent comp,
java.lang.Object value)