Class BcdUiApplicationContextListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.ServletContextListener

    public class BcdUiApplicationContextListener
    extends java.lang.Object
    implements javax.servlet.ServletContextListener
    In web environments serves for initializing de.businesscode.bcdui.toolbox.Configuration With application context settings (from context and web.xml)
    • Constructor Detail

      • BcdUiApplicationContextListener

        public BcdUiApplicationContextListener()
    • Method Detail

      • getResourceBundleControl

        public static java.util.ResourceBundle.Control getResourceBundleControl()
      • contextDestroyed

        public void contextDestroyed​(javax.servlet.ServletContextEvent context)
        Specified by:
        contextDestroyed in interface javax.servlet.ServletContextListener
      • contextInitialized

        public final void contextInitialized​(javax.servlet.ServletContextEvent context)
        Bootstrap for BCD-UI in an web-environment. This method is final as the bootstrapping must keep certain order of initialization, therefore this class offers API to be implemented by extended subclasses:
        Specified by:
        contextInitialized in interface javax.servlet.ServletContextListener
        Parameters:
        context -