pt.digitalis.dif.dem.annotations
Class AnnotationMemberTags

java.lang.Object
  extended by pt.digitalis.dif.dem.annotations.AnnotationMemberTags

public final class AnnotationMemberTags
extends Object

This class defines the annotation member names as String constant.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt
Created on:
2007/11/21

Field Summary
static String ANNOTATION_VALUE
          Java's annotation 'value' member tag.
static String APPLICATION_DEFINITION_PROVIDER
          ApplicationDefinition 'provider' member tag.
static String DISPATCHER_MODE_AUTHENTICATE
          DispatcherMode 'authenticate' member tag.
static String DISPATCHER_MODE_AUTHORIZE
          DispatcherMode 'authorize' member tag.
static String ENTITY_DEFINITION_ID
          Entity 'id' member tag.
static String ENTITY_DEFINITION_NAME
          Entity 'name' member tag.
static String ERROR_STAGE_EXCEPTIONS
          ErrorStage 'exceptions' member tag.
static String ERROR_STAGE_TARGET
          ErrorStage 'target' member tag.
static String ERROR_VIEW_EXCEPTIONS
          ErrorView 'exceptions' member tag.
static String PARAMETER_CONSTRAINTS
          Parameter 'constraint' member tag.
static String PARAMETER_DEFAULT_VALUE
          Parameter 'defaultValue' member tag.
static String PARAMETER_ID
          Parameter 'id' member tag.
static String PARAMETER_LINK_TO_FORM
          Parameter 'linkToForm' member tag.
static String PARAMETER_REGEXP_VALUE
          Parameter 'regexp' member tag.
static String PERSIST_ALLOW_ANONYMOUS
          Persist 'repository' member tag.
static String PERSIST_GROUP_VISIBILITY
          Persist 'groupVisibility' member tag.
static String PERSIST_REPOSITORY
          Persist 'repository' member tag.
static String PERSIST_SCOPE
          Persist 'scope' member tag.
static String PROVIDER_DEFINITION_DEFAULT_PROVIDER
          ProviderDefinition 'defaultProvider' member tag.
static String RULE_ACTION
          Rule 'action' member tag.
static String RULE_FIRST
          Rule 'first' member tag.
static String RULE_ID
          Rule 'ruleID' member tag.
static String RULE_LAST
          Rule 'last' member tag.
static String RULE_PARAMETER_LIST
          Rule 'parameters' member tag.
static String RULE_VALUE
          Rule 'value' member tag.
static String SERVICE_DEFINITION_APPLICATION
          ServiceDefinition 'application' member tag.
static String STAGE_DEFINITION_SERVICE
          StageDefinition 'service' member tag.
static String STAGE_OVERRIDE_DEFAULT
          Stage definition 'overrideDefault' member tag.
static String VALUE
          Rule 'parameters' member tag.
static String VIEW_ENGINE
          View 'engine' member tag.
static String VIEW_IS_DEFAULT
          ErrorView 'isDefault' member tag.
static String VIEW_TARGET
          View 'target' member tag.
 
Constructor Summary
AnnotationMemberTags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANNOTATION_VALUE

public static final String ANNOTATION_VALUE
Java's annotation 'value' member tag.

See Also:
Constant Field Values

APPLICATION_DEFINITION_PROVIDER

public static final String APPLICATION_DEFINITION_PROVIDER
ApplicationDefinition 'provider' member tag.

See Also:
Constant Field Values

DISPATCHER_MODE_AUTHENTICATE

public static final String DISPATCHER_MODE_AUTHENTICATE
DispatcherMode 'authenticate' member tag.

See Also:
Constant Field Values

DISPATCHER_MODE_AUTHORIZE

public static final String DISPATCHER_MODE_AUTHORIZE
DispatcherMode 'authorize' member tag.

See Also:
Constant Field Values

ENTITY_DEFINITION_ID

public static final String ENTITY_DEFINITION_ID
Entity 'id' member tag.

See Also:
Constant Field Values

ENTITY_DEFINITION_NAME

public static final String ENTITY_DEFINITION_NAME
Entity 'name' member tag.

See Also:
Constant Field Values

ERROR_STAGE_EXCEPTIONS

public static final String ERROR_STAGE_EXCEPTIONS
ErrorStage 'exceptions' member tag.

See Also:
Constant Field Values

ERROR_STAGE_TARGET

public static final String ERROR_STAGE_TARGET
ErrorStage 'target' member tag.

See Also:
Constant Field Values

ERROR_VIEW_EXCEPTIONS

public static final String ERROR_VIEW_EXCEPTIONS
ErrorView 'exceptions' member tag.

See Also:
Constant Field Values

PARAMETER_CONSTRAINTS

public static final String PARAMETER_CONSTRAINTS
Parameter 'constraint' member tag.

See Also:
Constant Field Values

PARAMETER_DEFAULT_VALUE

public static final String PARAMETER_DEFAULT_VALUE
Parameter 'defaultValue' member tag.

See Also:
Constant Field Values

PARAMETER_ID

public static final String PARAMETER_ID
Parameter 'id' member tag.

See Also:
Constant Field Values

PARAMETER_LINK_TO_FORM

public static final String PARAMETER_LINK_TO_FORM
Parameter 'linkToForm' member tag.

See Also:
Constant Field Values

PARAMETER_REGEXP_VALUE

public static final String PARAMETER_REGEXP_VALUE
Parameter 'regexp' member tag.

See Also:
Constant Field Values

PERSIST_ALLOW_ANONYMOUS

public static final String PERSIST_ALLOW_ANONYMOUS
Persist 'repository' member tag.

See Also:
Constant Field Values

PERSIST_GROUP_VISIBILITY

public static final String PERSIST_GROUP_VISIBILITY
Persist 'groupVisibility' member tag.

See Also:
Constant Field Values

PERSIST_REPOSITORY

public static final String PERSIST_REPOSITORY
Persist 'repository' member tag.

See Also:
Constant Field Values

PERSIST_SCOPE

public static final String PERSIST_SCOPE
Persist 'scope' member tag.

See Also:
Constant Field Values

PROVIDER_DEFINITION_DEFAULT_PROVIDER

public static final String PROVIDER_DEFINITION_DEFAULT_PROVIDER
ProviderDefinition 'defaultProvider' member tag.

See Also:
Constant Field Values

RULE_ACTION

public static final String RULE_ACTION
Rule 'action' member tag.

See Also:
Constant Field Values

RULE_FIRST

public static final String RULE_FIRST
Rule 'first' member tag.

See Also:
Constant Field Values

RULE_ID

public static final String RULE_ID
Rule 'ruleID' member tag.

See Also:
Constant Field Values

RULE_LAST

public static final String RULE_LAST
Rule 'last' member tag.

See Also:
Constant Field Values

RULE_PARAMETER_LIST

public static final String RULE_PARAMETER_LIST
Rule 'parameters' member tag.

See Also:
Constant Field Values

RULE_VALUE

public static final String RULE_VALUE
Rule 'value' member tag.

See Also:
Constant Field Values

SERVICE_DEFINITION_APPLICATION

public static final String SERVICE_DEFINITION_APPLICATION
ServiceDefinition 'application' member tag.

See Also:
Constant Field Values

STAGE_DEFINITION_SERVICE

public static final String STAGE_DEFINITION_SERVICE
StageDefinition 'service' member tag.

See Also:
Constant Field Values

STAGE_OVERRIDE_DEFAULT

public static final String STAGE_OVERRIDE_DEFAULT
Stage definition 'overrideDefault' member tag.

See Also:
Constant Field Values

VALUE

public static final String VALUE
Rule 'parameters' member tag.

See Also:
Constant Field Values

VIEW_ENGINE

public static final String VIEW_ENGINE
View 'engine' member tag.

See Also:
Constant Field Values

VIEW_IS_DEFAULT

public static final String VIEW_IS_DEFAULT
ErrorView 'isDefault' member tag.

See Also:
Constant Field Values

VIEW_TARGET

public static final String VIEW_TARGET
View 'target' member tag.

See Also:
Constant Field Values
Constructor Detail

AnnotationMemberTags

public AnnotationMemberTags()


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.