Class ActionHookLoader


  • public class ActionHookLoader
    extends java.lang.Object
    Loads ActionHook to Request and Response.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void loadActionHook​(org.apache.coyote.ActionHook actionHook, org.apache.coyote.Request request, org.apache.coyote.Response response)
      Loads the ActionHook to the Request and Response.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • loadActionHook

        public static void loadActionHook​(org.apache.coyote.ActionHook actionHook,
                                          org.apache.coyote.Request request,
                                          org.apache.coyote.Response response)
        Loads the ActionHook to the Request and Response.
        Parameters:
        actionHook - ActionHook.
        request - Request.
        response - Response.