Class PlusConfiguration

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

    public class PlusConfiguration
    extends org.eclipse.jetty.webapp.AbstractConfiguration
    Configuration
    • Nested Class Summary

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

        org.eclipse.jetty.webapp.Configuration.Wrapper, org.eclipse.jetty.webapp.Configuration.WrapperFunction
    • Field Summary

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

        ATTR
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void bindUserTransaction​(org.eclipse.jetty.webapp.WebAppContext context)  
      void cloneConfigure​(org.eclipse.jetty.webapp.WebAppContext template, org.eclipse.jetty.webapp.WebAppContext context)  
      void configure​(org.eclipse.jetty.webapp.WebAppContext context)  
      void deconfigure​(org.eclipse.jetty.webapp.WebAppContext context)  
      protected void lockCompEnv​(org.eclipse.jetty.webapp.WebAppContext wac)  
      void postConfigure​(org.eclipse.jetty.webapp.WebAppContext context)  
      void preConfigure​(org.eclipse.jetty.webapp.WebAppContext context)  
      protected void unlockCompEnv​(org.eclipse.jetty.webapp.WebAppContext wac)  
      • Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration

        abort, addDependencies, addDependencies, addDependents, addDependents, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, protect, protectAndExpose
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.eclipse.jetty.webapp.Configuration

        isAvailable, replaces
    • Constructor Detail

      • PlusConfiguration

        public PlusConfiguration()
    • Method Detail

      • preConfigure

        public void preConfigure​(org.eclipse.jetty.webapp.WebAppContext context)
                          throws java.lang.Exception
        Specified by:
        preConfigure in interface org.eclipse.jetty.webapp.Configuration
        Overrides:
        preConfigure in class org.eclipse.jetty.webapp.AbstractConfiguration
        Throws:
        java.lang.Exception
      • cloneConfigure

        public void cloneConfigure​(org.eclipse.jetty.webapp.WebAppContext template,
                                   org.eclipse.jetty.webapp.WebAppContext context)
                            throws java.lang.Exception
        Overrides:
        cloneConfigure in class org.eclipse.jetty.webapp.AbstractConfiguration
        Throws:
        java.lang.Exception
      • configure

        public void configure​(org.eclipse.jetty.webapp.WebAppContext context)
                       throws java.lang.Exception
        Specified by:
        configure in interface org.eclipse.jetty.webapp.Configuration
        Overrides:
        configure in class org.eclipse.jetty.webapp.AbstractConfiguration
        Throws:
        java.lang.Exception
      • postConfigure

        public void postConfigure​(org.eclipse.jetty.webapp.WebAppContext context)
                           throws java.lang.Exception
        Specified by:
        postConfigure in interface org.eclipse.jetty.webapp.Configuration
        Overrides:
        postConfigure in class org.eclipse.jetty.webapp.AbstractConfiguration
        Throws:
        java.lang.Exception
      • deconfigure

        public void deconfigure​(org.eclipse.jetty.webapp.WebAppContext context)
                         throws java.lang.Exception
        Specified by:
        deconfigure in interface org.eclipse.jetty.webapp.Configuration
        Overrides:
        deconfigure in class org.eclipse.jetty.webapp.AbstractConfiguration
        Throws:
        java.lang.Exception
      • bindUserTransaction

        public void bindUserTransaction​(org.eclipse.jetty.webapp.WebAppContext context)
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • lockCompEnv

        protected void lockCompEnv​(org.eclipse.jetty.webapp.WebAppContext wac)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • unlockCompEnv

        protected void unlockCompEnv​(org.eclipse.jetty.webapp.WebAppContext wac)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception