org.apache.tapestry5.spring
Class SpringConstants
java.lang.Object
org.apache.tapestry5.spring.SpringConstants
public class SpringConstants
- extends Object
Constants used with the Spring integration library.
- Since:
- 5.1.0.0
Field Summary |
static String |
USE_EXTERNAL_SPRING_CONTEXT
If true, then Tapestry will attempt to use an externally configured Spring ApplicationContext rather than create
its own. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USE_EXTERNAL_SPRING_CONTEXT
public static final String USE_EXTERNAL_SPRING_CONTEXT
- If true, then Tapestry will attempt to use an externally configured Spring ApplicationContext rather than create
its own. This will disable the ability to inject Tapestry IoC services and objects into Spring beans. This
must be configured as a context <init-parameter> in web.xml.
- See Also:
- Constant Field Values
SpringConstants
public SpringConstants()
Copyright © 2003-2012 The Apache Software Foundation.