com.sun.faces.application.annotation
private static enum AnnotationManager.ProcessingTarget extends java.lang.Enum<AnnotationManager.ProcessingTarget>
Scanner
sEnum Constant and Description |
---|
Behavior |
ClientBehaviorRenderer |
Converter |
Renderer |
SystemEvent |
UIComponent |
Validator |
Modifier and Type | Method and Description |
---|---|
static AnnotationManager.ProcessingTarget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationManager.ProcessingTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationManager.ProcessingTarget Behavior
public static final AnnotationManager.ProcessingTarget ClientBehaviorRenderer
public static final AnnotationManager.ProcessingTarget UIComponent
public static final AnnotationManager.ProcessingTarget Validator
public static final AnnotationManager.ProcessingTarget Converter
public static final AnnotationManager.ProcessingTarget Renderer
public static final AnnotationManager.ProcessingTarget SystemEvent
private Scanner[] scanners
public static AnnotationManager.ProcessingTarget[] values()
for (AnnotationManager.ProcessingTarget c : AnnotationManager.ProcessingTarget.values()) System.out.println(c);
public static AnnotationManager.ProcessingTarget valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2002-2010 Oracle America, Inc. All Rights Reserved.