org.apache.tapestry5.ioc
Class IOCConstants

java.lang.Object
  extended by org.apache.tapestry5.ioc.IOCConstants

public class IOCConstants
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_SCOPE
          Deprecated. Use ScopeConstants.DEFAULT instead. To be removed after Tapestry 5.2.
static java.lang.String MASTER_OBJECT_PROVIDER_SERVICE_ID
           
static java.lang.String MODULE_BUILDER_MANIFEST_ENTRY_NAME
           
static java.lang.String PERTHREAD_SCOPE
          Deprecated. Use ScopeConstants.PERTHREAD instead. To be removed after Tapestry 5.2.
static java.lang.String SERVICE_CLASS_RELOADING_ENABLED
          Name of a JVM System Property (but not, alas, a configuration symbol) that is used to disable live service reloading entirely (i.e., reverting to Tapestry 5.1 behavior).
 
Constructor Summary
IOCConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SCOPE

public static final java.lang.String DEFAULT_SCOPE
Deprecated. Use ScopeConstants.DEFAULT instead. To be removed after Tapestry 5.2.
See Also:
Constant Field Values

PERTHREAD_SCOPE

public static final java.lang.String PERTHREAD_SCOPE
Deprecated. Use ScopeConstants.PERTHREAD instead. To be removed after Tapestry 5.2.
See Also:
Constant Field Values

MODULE_BUILDER_MANIFEST_ENTRY_NAME

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

MASTER_OBJECT_PROVIDER_SERVICE_ID

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

SERVICE_CLASS_RELOADING_ENABLED

public static final java.lang.String SERVICE_CLASS_RELOADING_ENABLED
Name of a JVM System Property (but not, alas, a configuration symbol) that is used to disable live service reloading entirely (i.e., reverting to Tapestry 5.1 behavior).

Since:
5.2.2
See Also:
Constant Field Values
Constructor Detail

IOCConstants

public IOCConstants()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.