Package org.apache.coyote
Class ActionHookLoader
java.lang.Object
org.apache.coyote.ActionHookLoader
Loads
ActionHook to Request and Response.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidloadActionHook(org.apache.coyote.ActionHook actionHook, org.apache.coyote.Request request, org.apache.coyote.Response response) Loads theActionHookto theRequestandResponse.
-
Method Details
-
loadActionHook
public static void loadActionHook(org.apache.coyote.ActionHook actionHook, org.apache.coyote.Request request, org.apache.coyote.Response response) Loads theActionHookto theRequestandResponse.- Parameters:
actionHook-ActionHook.request-Request.response-Response.
-