Package org.apache.coyote
Class ActionHookLoader
- java.lang.Object
-
- org.apache.coyote.ActionHookLoader
-
public class ActionHookLoader extends java.lang.Object
LoadsActionHook
toRequest
andResponse
.- 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 theActionHook
to theRequest
andResponse
.
-
-
-
Method Detail
-
loadActionHook
public static void loadActionHook(org.apache.coyote.ActionHook actionHook, org.apache.coyote.Request request, org.apache.coyote.Response response)
Loads theActionHook
to theRequest
andResponse
.- Parameters:
actionHook
-ActionHook
.request
-Request
.response
-Response
.
-
-