Class SpringConstants


  • public class SpringConstants
    extends Object
    Constants used with the Spring integration library.
    Since:
    5.1.0.0
    • 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