Uses of Enum Class
com.sun.faces.config.Verifier.ObjectType
Packages that use Verifier.ObjectType
-
Uses of Verifier.ObjectType in com.sun.faces.config
Methods in com.sun.faces.config that return Verifier.ObjectTypeModifier and TypeMethodDescriptionstatic Verifier.ObjectTypeReturns the enum constant of this class with the specified name.static Verifier.ObjectType[]Verifier.ObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sun.faces.config with parameters of type Verifier.ObjectTypeModifier and TypeMethodDescriptionvoidVerifier.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.