All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.wizards.core.Def
java.lang.Object
|
+----com.sun.wizards.core.Def
- public class Def
- extends Object
Class to turn debugging on/off
-
DEBUG
- A flag that indicates whether or not debugging is
enabled.
-
INIT_CHILDREN
- A mask value indicating that the WizardState children are loaded.
-
INIT_COMPLETE
- A mask value indicating that the WizardState initialization is complete.
-
INIT_DATA
- A mask value indicating that the WizardState data is initialized.
-
INIT_NAME
- A mask value indicating that the WizardState name is initialized.
-
INIT_PURPOSE
- A mask value indicating that the WizardState purpose is initialized.
-
INIT_SEQUENCES
- A mask value indicating that the WizardState Sequences initialized.
-
INIT_SERVEROBJECTS
- A mask value indicating that the WizardState ServerObjects are initialized.
-
Def()
-
DEBUG
public static boolean DEBUG
- A flag that indicates whether or not debugging is
enabled.
INIT_NAME
public static final int INIT_NAME
- A mask value indicating that the WizardState name is initialized.
INIT_PURPOSE
public static final int INIT_PURPOSE
- A mask value indicating that the WizardState purpose is initialized.
INIT_DATA
public static final int INIT_DATA
- A mask value indicating that the WizardState data is initialized.
INIT_SERVEROBJECTS
public static final int INIT_SERVEROBJECTS
- A mask value indicating that the WizardState ServerObjects are initialized.
INIT_SEQUENCES
public static final int INIT_SEQUENCES
- A mask value indicating that the WizardState Sequences initialized.
INIT_CHILDREN
public static final int INIT_CHILDREN
- A mask value indicating that the WizardState children are loaded.
INIT_COMPLETE
public static final int INIT_COMPLETE
- A mask value indicating that the WizardState initialization is complete.
Def
public Def()
All Packages Class Hierarchy This Package Previous Next Index