Class InitParameterServletContextConfigurer

  • All Implemented Interfaces:
    org.springframework.boot.web.servlet.ServletContextInitializer, org.springframework.core.Ordered

    public class InitParameterServletContextConfigurer
    extends java.lang.Object
    implements org.springframework.boot.web.servlet.ServletContextInitializer, org.springframework.core.Ordered
    A ServletContextInitializer which looks for all init parameters in an ServletContextInitParameterProperties object by reflection.
    See Also:
    ServletContextInitParameter
    • Method Detail

      • onStartup

        public void onStartup​(javax.servlet.ServletContext servletContext)
        Specified by:
        onStartup in interface org.springframework.boot.web.servlet.ServletContextInitializer
      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered
      • setOrder

        public void setOrder​(int order)