Package | Description |
---|---|
com.sun.faces.config |
Modifier and Type | Method and Description |
---|---|
static Verifier.ObjectType |
Verifier.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Verifier.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
by
assignableTo
If any of these tests fail, queue a message to be displayed at a
later point in time. |
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.