Class JettyContainer

    • Field Detail

    • Constructor Detail

      • JettyContainer

        public JettyContainer()
    • Method Detail

      • 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
        Overrides:
        touch in class AbstractContainer
        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.
        Parameters:
        context - the container context