org.jboss.seam.faces
@Name(value="org.jboss.seam.faces.validation") @BypassInterceptors @Install(precedence=0, classDependencies="javax.faces.context.FacesContext") public class Validation extends Object
Constructor and Description |
---|
Validation() |
Modifier and Type | Method and Description |
---|---|
void |
afterProcessValidations(javax.faces.context.FacesContext facesContext) |
void |
fail() |
static Validation |
instance() |
boolean |
isFailed() |
boolean |
isSucceeded() |
public static Validation instance()
public void afterProcessValidations(javax.faces.context.FacesContext facesContext)
public boolean isSucceeded()
public boolean isFailed()
public void fail()
Copyright © 2015 Seam Framework. All Rights Reserved.