org.sapia.soto
Interface SotoConsts

All Known Implementing Classes:
ParamRef, ServiceEnv, SotoContainer, SotoIncludeContext

public interface SotoConsts


Field Summary
static java.lang.String SOTO_BOOTSTRAP
          Corresponds to the soto.bootstrap property.
static java.lang.String SOTO_DEBUG
          Corresponds to the soto.debug property.
static java.lang.String SOTO_ENV_KEY
          This constant can be used as a key to bind a SotoContainer 's environment (Env) into various application-related contexts/maps.
static java.lang.String SOTO_INCLUDE_KEY
           
static java.lang.String SOTO_LIFE_CYCLE
          Identifies the DefaultLifeCycleManager in a SotoContainer
 

Field Detail

SOTO_DEBUG

static final java.lang.String SOTO_DEBUG
Corresponds to the soto.debug property.

See Also:
Constant Field Values

SOTO_BOOTSTRAP

static final java.lang.String SOTO_BOOTSTRAP
Corresponds to the soto.bootstrap property.

See Also:
Constant Field Values

SOTO_ENV_KEY

static final java.lang.String SOTO_ENV_KEY
This constant can be used as a key to bind a SotoContainer 's environment (Env) into various application-related contexts/maps. By convention, this constant should be used in such cases.

See Also:
#toEnv(), Env, Constant Field Values

SOTO_INCLUDE_KEY

static final java.lang.String SOTO_INCLUDE_KEY
See Also:
Constant Field Values

SOTO_LIFE_CYCLE

static final java.lang.String SOTO_LIFE_CYCLE
Identifies the DefaultLifeCycleManager in a SotoContainer

See Also:
SotoContainer.registerLifeCycleManager(String, org.sapia.soto.lifecycle.LifeCycleManager), Constant Field Values


Copyright © 2010 Sapia OSS. All Rights Reserved.