Class LarvaServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.frankframework.http.AbstractHttpServlet
org.frankframework.larva.LarvaServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, DynamicRegistration, DynamicRegistration.Servlet

@IbisInitializer public class LarvaServlet extends AbstractHttpServlet
See Also:
  • Constructor Details

    • LarvaServlet

      public LarvaServlet()
  • Method Details

    • service

      protected void service(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      Overrides:
      service in class jakarta.servlet.http.HttpServlet
      Throws:
      jakarta.servlet.ServletException
      IOException
    • doGet

      protected void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException
      Overrides:
      doGet in class jakarta.servlet.http.HttpServlet
      Throws:
      IOException
    • doPost

      protected void doPost(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException
      Overrides:
      doPost in class jakarta.servlet.http.HttpServlet
      Throws:
      IOException
    • getUrlMapping

      public String getUrlMapping()
      Description copied from interface: DynamicRegistration.Servlet
      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

      public String[] getAccessGrantingRoles()
      Description copied from interface: DynamicRegistration.Servlet
      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.
      Specified by:
      getAccessGrantingRoles in interface DynamicRegistration.Servlet
      Overrides:
      getAccessGrantingRoles in class AbstractHttpServlet