Class PlusConfiguration

java.lang.Object
org.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.plus.webapp.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • PlusConfiguration

      public PlusConfiguration()
  • Method Details

    • preConfigure

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

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

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

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

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

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

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

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