Class RequestEvent

java.lang.Object
org.togglz.console.RequestEvent

public class RequestEvent extends Object
  • Constructor Details

    • RequestEvent

      public RequestEvent(org.togglz.core.manager.FeatureManager featureManager, jakarta.servlet.ServletContext context, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, RequestContext requestContext)
  • Method Details

    • getRequestContext

      public RequestContext getRequestContext()
    • getContext

      public jakarta.servlet.ServletContext getContext()
    • getRequest

      public jakarta.servlet.http.HttpServletRequest getRequest()
    • getResponse

      public jakarta.servlet.http.HttpServletResponse getResponse()
    • getPath

      public String getPath()
    • getFeatureManager

      public org.togglz.core.manager.FeatureManager getFeatureManager()