org.nakedobjects.metamodel.specloader
Class ReflectorConstants

java.lang.Object
  extended by org.nakedobjects.metamodel.specloader.ReflectorConstants

public final class ReflectorConstants
extends java.lang.Object


Field Summary
static java.lang.String CLASS_SUBSTITUTOR_CLASS_NAME
          Key used to lookup implementation of ClassSubstitutor in NakedObjectConfiguration.
static java.lang.String CLASS_SUBSTITUTOR_CLASS_NAME_DEFAULT
           
static java.lang.String FACET_DECORATOR_CLASS_NAMES
          Key used to lookup comma-separated list of FacetDecorators.
static java.lang.String FACET_FACTORY_EXCLUDE_CLASS_NAME_LIST
          Key used to lookup comma-separated list of FacetFactorys to exclude (that might otherwise be included specified by the PROGRAMMING_MODEL_FACETS_CLASS_NAME.
static java.lang.String FACET_FACTORY_INCLUDE_CLASS_NAME_LIST
          Key used to lookup comma-separated list of FacetFactorys to include (over and above those specified by PROGRAMMING_MODEL_FACETS_CLASS_NAME.
static java.lang.String META_MODEL_VALIDATOR_CLASS_NAME
          Key used to lookup implementation of MetaModelValidator in NakedObjectConfiguration.
static java.lang.String META_MODEL_VALIDATOR_CLASS_NAME_DEFAULT
           
static java.lang.String PROGRAMMING_MODEL_FACETS_CLASS_NAME
          Key used to lookup implementation of ProgrammingModelFacets in NakedObjectConfiguration.
static java.lang.String PROGRAMMING_MODEL_FACETS_CLASS_NAME_DEFAULT
           
static java.lang.String SPECIFICATION_TRAVERSER_CLASS_NAME
          Key used to lookup implementation of SpecificationTraverser in NakedObjectConfiguration.
static java.lang.String SPECIFICATION_TRAVERSER_CLASS_NAME_DEFAULT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_SUBSTITUTOR_CLASS_NAME

public static final java.lang.String CLASS_SUBSTITUTOR_CLASS_NAME
Key used to lookup implementation of ClassSubstitutor in NakedObjectConfiguration.

See Also:
Constant Field Values

CLASS_SUBSTITUTOR_CLASS_NAME_DEFAULT

public static final java.lang.String CLASS_SUBSTITUTOR_CLASS_NAME_DEFAULT

SPECIFICATION_TRAVERSER_CLASS_NAME

public static final java.lang.String SPECIFICATION_TRAVERSER_CLASS_NAME
Key used to lookup implementation of SpecificationTraverser in NakedObjectConfiguration.

See Also:
Constant Field Values

SPECIFICATION_TRAVERSER_CLASS_NAME_DEFAULT

public static final java.lang.String SPECIFICATION_TRAVERSER_CLASS_NAME_DEFAULT

PROGRAMMING_MODEL_FACETS_CLASS_NAME

public static final java.lang.String PROGRAMMING_MODEL_FACETS_CLASS_NAME
Key used to lookup implementation of ProgrammingModelFacets in NakedObjectConfiguration.

See Also:
FACET_FACTORY_INCLUDE_CLASS_NAME_LIST, FACET_FACTORY_EXCLUDE_CLASS_NAME_LIST, Constant Field Values

PROGRAMMING_MODEL_FACETS_CLASS_NAME_DEFAULT

public static final java.lang.String PROGRAMMING_MODEL_FACETS_CLASS_NAME_DEFAULT

FACET_FACTORY_INCLUDE_CLASS_NAME_LIST

public static final java.lang.String FACET_FACTORY_INCLUDE_CLASS_NAME_LIST
Key used to lookup comma-separated list of FacetFactorys to include (over and above those specified by PROGRAMMING_MODEL_FACETS_CLASS_NAME.

See Also:
PROGRAMMING_MODEL_FACETS_CLASS_NAME, FACET_FACTORY_EXCLUDE_CLASS_NAME_LIST, Constant Field Values

FACET_FACTORY_EXCLUDE_CLASS_NAME_LIST

public static final java.lang.String FACET_FACTORY_EXCLUDE_CLASS_NAME_LIST
Key used to lookup comma-separated list of FacetFactorys to exclude (that might otherwise be included specified by the PROGRAMMING_MODEL_FACETS_CLASS_NAME.

See Also:
PROGRAMMING_MODEL_FACETS_CLASS_NAME, FACET_FACTORY_INCLUDE_CLASS_NAME_LIST, Constant Field Values

FACET_DECORATOR_CLASS_NAMES

public static final java.lang.String FACET_DECORATOR_CLASS_NAMES
Key used to lookup comma-separated list of FacetDecorators.

See Also:
Constant Field Values

META_MODEL_VALIDATOR_CLASS_NAME

public static final java.lang.String META_MODEL_VALIDATOR_CLASS_NAME
Key used to lookup implementation of MetaModelValidator in NakedObjectConfiguration.

See Also:
Constant Field Values

META_MODEL_VALIDATOR_CLASS_NAME_DEFAULT

public static final java.lang.String META_MODEL_VALIDATOR_CLASS_NAME_DEFAULT


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.