org.apache.tapestry5.ioc
Class IOCConstants

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

public class IOCConstants
extends Object


Field Summary
static String DEFAULT_SCOPE
          Deprecated. Use ScopeConstants.DEFAULT instead.
static String MASTER_OBJECT_PROVIDER_SERVICE_ID
           
static String MODULE_BUILDER_MANIFEST_ENTRY_NAME
           
static String PERTHREAD_SCOPE
          Deprecated. Use ScopeConstants.PERTHREAD instead.
 
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 String DEFAULT_SCOPE
Deprecated. Use ScopeConstants.DEFAULT instead.
See Also:
Constant Field Values

PERTHREAD_SCOPE

public static final String PERTHREAD_SCOPE
Deprecated. Use ScopeConstants.PERTHREAD instead.
See Also:
Constant Field Values

MODULE_BUILDER_MANIFEST_ENTRY_NAME

public static final String MODULE_BUILDER_MANIFEST_ENTRY_NAME
See Also:
Constant Field Values

MASTER_OBJECT_PROVIDER_SERVICE_ID

public static final String MASTER_OBJECT_PROVIDER_SERVICE_ID
See Also:
Constant Field Values


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