Package 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
Fields Modifier and Type Field Description static String
USE_EXTERNAL_SPRING_CONTEXT
If true, then Tapestry will attempt to use an externally configured Spring ApplicationContext rather than create its own.
-
Constructor Summary
Constructors Constructor Description SpringConstants()
-
-
-
Field Detail
-
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
-
-
Constructor Detail
-
SpringConstants
public SpringConstants()
-
-