Package org.apache.tapestry5.spring
Class SpringConstants
java.lang.Object
org.apache.tapestry5.spring.SpringConstants
Constants used with the Spring integration library.
- Since:
- 5.1.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
If true, then Tapestry will attempt to use an externally configured Spring ApplicationContext rather than create its own. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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:
-
-
Constructor Details
-
SpringConstants
public SpringConstants()
-