Package org.apache.coyote
Class ActionHookLoader
- java.lang.Object
-
- org.apache.coyote.ActionHookLoader
-
public class ActionHookLoader extends java.lang.ObjectLoadsActionHooktoRequestandResponse.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidloadActionHook(org.apache.coyote.ActionHook actionHook, org.apache.coyote.Request request, org.apache.coyote.Response response)Loads theActionHookto theRequestandResponse.
-
-
-
Method Detail
-
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.
-
-