Class UndertowContainer

java.lang.Object
org.jboss.weld.environment.undertow.UndertowContainer
All Implemented Interfaces:
Container

public class UndertowContainer extends Object implements Container
  • Field Details

  • Constructor Details

    • UndertowContainer

      public UndertowContainer()
  • Method Details

    • touch

      public boolean touch(org.jboss.weld.resources.spi.ResourceLoader resourceLoader, ContainerContext context) throws Exception
      Description copied from interface: Container
      Touch if this container can be used. We should throw an exception if it cannot be used.
      Specified by:
      touch in interface Container
      Parameters:
      resourceLoader - the ResourceLoader to use for class-availability testing
      context - the container context
      Returns:
      true if touch was successful, false or exception otherwise
      Throws:
      Exception - for any error
    • initialize

      public void initialize(ContainerContext context)
      Description copied from interface: Container
      Initialize web container.
      Specified by:
      initialize in interface Container
      Parameters:
      context - the container context
    • destroy

      public void destroy(ContainerContext context)
      Description copied from interface: Container
      Destroy setup.
      Specified by:
      destroy in interface Container
      Parameters:
      context - the container context