Package org.apache.tapestry5.spring
Class SpringConstants
- java.lang.Object
-
- org.apache.tapestry5.spring.SpringConstants
-
public class SpringConstants extends java.lang.Object
Constants used with the Spring integration library.- Since:
- 5.1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.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 java.lang.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()
-
-