Class OwbConfiguration

  • All Implemented Interfaces:
    org.eclipse.jetty.webapp.Configuration

    public class OwbConfiguration
    extends Object
    implements org.eclipse.jetty.webapp.Configuration
    A Jetty module configurator for use in embedded mode or a Jetty module.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration

        org.eclipse.jetty.webapp.Configuration.ClassList
    • Field Summary

      • Fields inherited from interface org.eclipse.jetty.webapp.Configuration

        ATTR
    • Constructor Detail

      • OwbConfiguration

        public OwbConfiguration()
    • Method Detail

      • preConfigure

        public void preConfigure​(org.eclipse.jetty.webapp.WebAppContext ctx)
                          throws Exception
        Specified by:
        preConfigure in interface org.eclipse.jetty.webapp.Configuration
        Throws:
        Exception
      • configure

        public void configure​(org.eclipse.jetty.webapp.WebAppContext ctx)
                       throws Exception
        Specified by:
        configure in interface org.eclipse.jetty.webapp.Configuration
        Throws:
        Exception
      • postConfigure

        public void postConfigure​(org.eclipse.jetty.webapp.WebAppContext ctx)
                           throws Exception
        Specified by:
        postConfigure in interface org.eclipse.jetty.webapp.Configuration
        Throws:
        Exception
      • deconfigure

        public void deconfigure​(org.eclipse.jetty.webapp.WebAppContext ctx)
                         throws Exception
        Specified by:
        deconfigure in interface org.eclipse.jetty.webapp.Configuration
        Throws:
        Exception
      • destroy

        public void destroy​(org.eclipse.jetty.webapp.WebAppContext ctx)
                     throws Exception
        Specified by:
        destroy in interface org.eclipse.jetty.webapp.Configuration
        Throws:
        Exception
      • cloneConfigure

        public void cloneConfigure​(org.eclipse.jetty.webapp.WebAppContext template,
                                   org.eclipse.jetty.webapp.WebAppContext ctx)
                            throws Exception
        Specified by:
        cloneConfigure in interface org.eclipse.jetty.webapp.Configuration
        Throws:
        Exception