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 ServletInfo
Creates a new servlet description with the given class.static ServletInfo
Creates a new servlet description with the given name and classstatic ServletInfo
Servlets.servlet
(String name, Class<? extends javax.servlet.Servlet> servletClass, InstanceFactory<? extends javax.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
(io.undertow.server.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
(javax.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) boolean
AuthorizationManager.canAccessResource
(List<SingleConstraintMatch> mappedConstraints, io.undertow.security.idm.Account account, ServletInfo servletInfo, javax.servlet.http.HttpServletRequest request, Deployment deployment) Tests if a user can access a given resourcevoid
LifecycleInterceptor.destroy
(ServletInfo servletInfo, javax.servlet.Servlet servlet, LifecycleInterceptor.LifecycleContext context) void
LifecycleInterceptor.init
(ServletInfo servletInfo, javax.servlet.Servlet servlet, LifecycleInterceptor.LifecycleContext context) boolean
AuthorizationManager.isUserInRole
(String roleName, io.undertow.security.idm.Account account, ServletInfo servletInfo, javax.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) boolean
DefaultAuthorizationManager.canAccessResource
(List<SingleConstraintMatch> constraints, io.undertow.security.idm.Account account, ServletInfo servletInfo, javax.servlet.http.HttpServletRequest request, Deployment deployment) boolean
DefaultAuthorizationManager.isUserInRole
(String role, io.undertow.security.idm.Account account, ServletInfo servletInfo, javax.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, javax.servlet.ServletContext servletContext) ServletRegistrationImpl
(ServletInfo servletInfo, ManagedServlet managedServlet, Deployment deployment)