org.jboss.seam.faces
Class Validation

java.lang.Object
  extended by org.jboss.seam.faces.Validation

@Name(value="org.jboss.seam.faces.validation")
@BypassInterceptors
@Install(precedence=0,
         classDependencies="javax.faces.context.FacesContext")
public class Validation
extends Object

Allows the application to determine whether the JSF validation phase completed successfully, or if a validation failure occurred.

Author:
Gavin king

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

Validation

public Validation()
Method Detail

instance

public static Validation instance()

afterProcessValidations

public void afterProcessValidations(javax.faces.context.FacesContext facesContext)

isSucceeded

public boolean isSucceeded()

isFailed

public boolean isFailed()

fail

public void fail()


Copyright © 2011 Seam Framework. All Rights Reserved.