Class Bootstrap

  • All Implemented Interfaces:
    io.undertow.servlet.ServletExtension

    public class Bootstrap
    extends java.lang.Object
    implements io.undertow.servlet.ServletExtension
    Author:
    Stuart Douglas
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FILTER_NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      Bootstrap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleDeployment​(io.undertow.servlet.api.DeploymentInfo deploymentInfo, jakarta.servlet.ServletContext servletContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Bootstrap

        public Bootstrap()
    • Method Detail

      • handleDeployment

        public void handleDeployment​(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
                                     jakarta.servlet.ServletContext servletContext)
        Specified by:
        handleDeployment in interface io.undertow.servlet.ServletExtension