|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.faces.Validation
@Name(value="org.jboss.seam.faces.validation")
@BypassInterceptors
@Install(precedence=0,
classDependencies="javax.faces.context.FacesContext")
public class ValidationAllows the application to determine whether the JSF validation phase completed successfully, or if a validation failure occurred.
| Constructor Summary | |
|---|---|
Validation()
|
|
| Method Summary | |
|---|---|
void |
afterProcessValidations(javax.faces.context.FacesContext facesContext)
|
void |
fail()
|
static Validation |
instance()
|
boolean |
isFailed()
|
boolean |
isSucceeded()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Validation()
| Method Detail |
|---|
public static Validation instance()
public void afterProcessValidations(javax.faces.context.FacesContext facesContext)
public boolean isSucceeded()
public boolean isFailed()
public void fail()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||