org.kuali.common.util.spring.config
Class SpringConfigConstants

java.lang.Object
  extended by org.kuali.common.util.spring.config.SpringConfigConstants

public abstract class SpringConfigConstants
extends Object


Field Summary
static String DEFAULT_PROFILE_ID
          This is the default profile Spring uses when no explicit default profile is provided.
static String EXECUTABLE_INIT_METHOD
          The method to invoke on an executable via the @Execute annotation
 
Constructor Summary
SpringConfigConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PROFILE_ID

public static final String DEFAULT_PROFILE_ID
This is the default profile Spring uses when no explicit default profile is provided.

See Also:
Constant Field Values

EXECUTABLE_INIT_METHOD

public static final String EXECUTABLE_INIT_METHOD
The method to invoke on an executable via the @Execute annotation

See Also:
Constant Field Values
Constructor Detail

SpringConfigConstants

public SpringConfigConstants()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.