Class SpecificIPAllowedWebActivityServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.aspectran.web.servlet.WebActivityServlet
com.aspectran.web.servlet.SpecificIPAllowedWebActivityServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class SpecificIPAllowedWebActivityServlet extends WebActivityServlet
The Class SpecificIPAllowedWebActivityServlet.
See Also:
  • Field Summary

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new SpecificIPAllowedWebActivityServlet.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    service(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)
     

    Methods inherited from class com.aspectran.web.servlet.WebActivityServlet

    destroy

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service

    Methods inherited from class jakarta.servlet.GenericServlet

    getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jakarta.servlet.Servlet

    getServletConfig, getServletInfo, init, service
  • Constructor Details

    • SpecificIPAllowedWebActivityServlet

      public SpecificIPAllowedWebActivityServlet()
      Instantiates a new SpecificIPAllowedWebActivityServlet.
  • Method Details