Class ServletRegistrationWebEndpointMappingFactory

    • Constructor Detail

      • ServletRegistrationWebEndpointMappingFactory

        public ServletRegistrationWebEndpointMappingFactory​(javax.servlet.ServletContext servletContext)
    • Method Detail

      • getMethods

        protected java.util.Collection<java.lang.String> getMethods​(javax.servlet.ServletRegistration registration)
        Description copied from class: RegistrationWebEndpointMappingFactory
        Gets the HTTP methods of the given registration
        Specified by:
        getMethods in class RegistrationWebEndpointMappingFactory<javax.servlet.ServletRegistration>
        Parameters:
        registration - the registration
        Returns:
        the HTTP methods of the given registration
      • getMethods

        protected java.util.Collection<java.lang.String> getMethods​(java.lang.Class<?> servletClass)
      • getMethodsFromHttpServlet

        protected java.util.Collection<java.lang.String> getMethodsFromHttpServlet​(java.lang.Class<?> servletClass)