Class QuickStartWebApp

    • Field Detail

      • __configurationClasses

        public static final java.lang.String[] __configurationClasses
      • __preconfigurationClasses

        public static final java.lang.String[] __preconfigurationClasses
    • Constructor Detail

      • QuickStartWebApp

        public QuickStartWebApp()
    • Method Detail

      • isPreconfigure

        public boolean isPreconfigure()
      • setPreconfigure

        public void setPreconfigure​(boolean preconfigure)
        Preconfigure webapp
        Parameters:
        preconfigure - If true, then starting the webapp will generate the WEB-INF/quickstart-web.xml rather than start the webapp.
      • isAutoPreconfigure

        public boolean isAutoPreconfigure()
      • setAutoPreconfigure

        public void setAutoPreconfigure​(boolean autoPrecompile)
      • setOriginAttribute

        public void setOriginAttribute​(java.lang.String name)
      • getOriginAttribute

        public java.lang.String getOriginAttribute()
        Returns:
        the originAttribute
      • getGenerateOrigin

        public boolean getGenerateOrigin()
        Returns:
        the generateOrigin
      • setGenerateOrigin

        public void setGenerateOrigin​(boolean generateOrigin)
        Parameters:
        generateOrigin - the generateOrigin to set
      • contextInitialized

        public void contextInitialized()
                                throws java.lang.Exception
        Never call any listeners unless we are fully starting the webapp.
        Overrides:
        contextInitialized in class ContextHandler
        Throws:
        java.lang.Exception
      • contextDestroyed

        public void contextDestroyed()
                              throws java.lang.Exception
        Never call any listeners unless we are fully starting the webapp.
        Overrides:
        contextDestroyed in class ContextHandler
        Throws:
        java.lang.Exception
      • startWebapp

        protected void startWebapp()
                            throws java.lang.Exception
        Overrides:
        startWebapp in class WebAppContext
        Throws:
        java.lang.Exception
      • stopWebapp

        protected void stopWebapp()
                           throws java.lang.Exception
        Overrides:
        stopWebapp in class WebAppContext
        Throws:
        java.lang.Exception
      • generateQuickstartWebXml

        public void generateQuickstartWebXml​(java.lang.String extraXML)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception