Uses of Class
io.undertow.servlet.api.ServletInfo
Packages that use ServletInfo
Package
Description
-
Uses of ServletInfo in io.undertow.servlet
Methods in io.undertow.servlet that return ServletInfoModifier and TypeMethodDescriptionstatic ServletInfoCreates a new servlet description with the given class.static ServletInfoCreates a new servlet description with the given name and classstatic ServletInfoServlets.servlet(String name, Class<? extends jakarta.servlet.Servlet> servletClass, InstanceFactory<? extends jakarta.servlet.Servlet> servlet) Creates a new servlet description with the given name and class -
Uses of ServletInfo in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return ServletInfoModifier and TypeMethodDescriptionServletInfo.addHandlerChainWrapper(HandlerWrapper wrapper) ServletInfo.addInitParam(String name, String value) ServletInfo.addMapping(String mapping) ServletInfo.addMappings(String... mappings) ServletInfo.addMappings(Collection<String> mappings) ServletInfo.clone()ServletInfo.setAsyncSupported(boolean asyncSupported) ServletInfo.setEnabled(boolean enabled) ServletInfo.setExecutor(Executor executor) ServletInfo.setJspFile(String jspFile) ServletInfo.setLoadOnStartup(Integer loadOnStartup) ServletInfo.setMultipartConfig(jakarta.servlet.MultipartConfigElement multipartConfig) ServletInfo.setRequireWelcomeFileMapping(boolean requireWelcomeFileMapping) ServletInfo.setServletSecurityInfo(ServletSecurityInfo servletSecurityInfo) Methods in io.undertow.servlet.api that return types with arguments of type ServletInfoMethods in io.undertow.servlet.api with parameters of type ServletInfoModifier and TypeMethodDescriptionDeploymentInfo.addServlet(ServletInfo servlet) DeploymentInfo.addServlets(ServletInfo... servlets) booleanAuthorizationManager.canAccessResource(List<SingleConstraintMatch> mappedConstraints, Account account, ServletInfo servletInfo, jakarta.servlet.http.HttpServletRequest request, Deployment deployment) Tests if a user can access a given resourcevoidLifecycleInterceptor.destroy(ServletInfo servletInfo, jakarta.servlet.Servlet servlet, LifecycleInterceptor.LifecycleContext context) voidLifecycleInterceptor.init(ServletInfo servletInfo, jakarta.servlet.Servlet servlet, LifecycleInterceptor.LifecycleContext context) booleanAuthorizationManager.isUserInRole(String roleName, Account account, ServletInfo servletInfo, jakarta.servlet.http.HttpServletRequest request, Deployment deployment) Tests if a user is in a given roleDeployment.tryAddServletMappings(ServletInfo servletInfo, String... urlPatterns) Attempts to add a servlet mapping usingServletRegistration.addMapping(String...)Method parameters in io.undertow.servlet.api with type arguments of type ServletInfo -
Uses of ServletInfo in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return ServletInfoMethods in io.undertow.servlet.core with parameters of type ServletInfoModifier and TypeMethodDescriptionManagedServlets.addServlet(ServletInfo servletInfo) booleanDefaultAuthorizationManager.canAccessResource(List<SingleConstraintMatch> constraints, Account account, ServletInfo servletInfo, jakarta.servlet.http.HttpServletRequest request, Deployment deployment) booleanDefaultAuthorizationManager.isUserInRole(String role, Account account, ServletInfo servletInfo, jakarta.servlet.http.HttpServletRequest request, Deployment deployment) DeploymentImpl.tryAddServletMappings(ServletInfo servletInfo, String... urlPatterns) Constructors in io.undertow.servlet.core with parameters of type ServletInfoModifierConstructorDescriptionManagedServlet(ServletInfo servletInfo, ServletContextImpl servletContext) -
Uses of ServletInfo in io.undertow.servlet.spec
Constructors in io.undertow.servlet.spec with parameters of type ServletInfoModifierConstructorDescriptionServletConfigImpl(ServletInfo servletInfo, jakarta.servlet.ServletContext servletContext) ServletRegistrationImpl(ServletInfo servletInfo, ManagedServlet managedServlet, Deployment deployment)