public static enum AnnotationsConstants.ExtensionPoint extends Enum<AnnotationsConstants.ExtensionPoint>
Enum Constant and Description |
---|
annotabilityManager |
annotationIDGenerator |
eventListener |
interceptors |
metadataMapper |
permissionManager |
permissionMapper |
uriResolver |
urlPatternFilter |
Modifier and Type | Method and Description |
---|---|
static AnnotationsConstants.ExtensionPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationsConstants.ExtensionPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationsConstants.ExtensionPoint uriResolver
public static final AnnotationsConstants.ExtensionPoint urlPatternFilter
public static final AnnotationsConstants.ExtensionPoint metadataMapper
public static final AnnotationsConstants.ExtensionPoint permissionManager
public static final AnnotationsConstants.ExtensionPoint annotabilityManager
public static final AnnotationsConstants.ExtensionPoint eventListener
public static final AnnotationsConstants.ExtensionPoint annotationIDGenerator
public static final AnnotationsConstants.ExtensionPoint permissionMapper
public static final AnnotationsConstants.ExtensionPoint interceptors
public static AnnotationsConstants.ExtensionPoint[] values()
for (AnnotationsConstants.ExtensionPoint c : AnnotationsConstants.ExtensionPoint.values()) System.out.println(c);
public static AnnotationsConstants.ExtensionPoint valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2011 Nuxeo SA. All Rights Reserved.