Class ContextParamWebApplicationFactory

    • Field Detail

      • APP_CLASS_PARAM

        public static final String APP_CLASS_PARAM
        context parameter name that must contain the class name of the application
        See Also:
        Constant Field Values
    • Constructor Detail

      • ContextParamWebApplicationFactory

        public ContextParamWebApplicationFactory()
    • Method Detail

      • createApplication

        protected WebApplication createApplication​(String applicationClassName)
        Instantiates the application instance.
        Parameters:
        applicationClassName - the classname of the application to create
        Returns:
        the web application
      • destroy

        public void destroy​(WicketFilter filter)
        Called when the filter instance that used this factory is destroyed
        Specified by:
        destroy in interface IWebApplicationFactory
        Parameters:
        filter - the wicket filter