Interface DynamicRegistration.Servlet

All Superinterfaces:
DynamicRegistration, jakarta.servlet.Servlet
All Known Subinterfaces:
DynamicRegistration.ServletWithParameters
All Known Implementing Classes:
AbstractHttpServlet, ApiListenerServlet, AtomPub10, AtomPub11, AtomPubServletBase, BrowserBinding, LarvaServlet, MtomProxy, PrometheusMeterServlet, RedirectIndexProxy, RestListenerServlet, RestPublicListenerServlet, SoapProviderServlet, WebContentServlet, WebServices10, WebServices11, WebServicesServletBase
Enclosing interface:
DynamicRegistration

public static interface DynamicRegistration.Servlet extends DynamicRegistration, jakarta.servlet.Servlet
  • Method Details

    • getUrlMapping

      String getUrlMapping()
      The URL the Servlet should be mapped to. This value may be overridden by setting property servlet.servlet-name.urlMapping to change path the servlet listens to
    • getAccessGrantingRoles

      String[] getAccessGrantingRoles()
      The default authorization roles giving access to the Servlet, or null to disable. This value may be overridden by setting property servlet.servlet-name.securityRoles to the roles that should be granted access. see ServletManager for more information.
    • isEnabled

      default boolean isEnabled()