Uses of Class
com.sun.faces.config.Verifier.ObjectType
-
Packages that use Verifier.ObjectType Package Description com.sun.faces.config -
-
Uses of Verifier.ObjectType in com.sun.faces.config
Methods in com.sun.faces.config that return Verifier.ObjectType Modifier and Type Method Description static Verifier.ObjectTypeVerifier.ObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static Verifier.ObjectType[]Verifier.ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.faces.config with parameters of type Verifier.ObjectType Modifier and Type Method Description voidVerifier. validateObject(Verifier.ObjectType type, String className, Class<?> assignableTo)Validate the specified faces object by: Ensure the class can be found and loaded Ensure the object has a public, no-argument constructor Ensure the object is an instance of the class represented byassignableToIf any of these tests fail, queue a message to be displayed at a later point in time.
-