public static class ViewHelper.ActionHook extends Object
| Constructor and Description |
|---|
ActionHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
godHandEpilogue(org.lastaflute.web.ruts.process.ActionRuntime runtime,
Consumer<org.lastaflute.web.ruts.process.ActionRuntime> consumer) |
org.lastaflute.web.response.ActionResponse |
godHandMonologue(org.lastaflute.web.ruts.process.ActionRuntime runtime,
Function<org.lastaflute.web.ruts.process.ActionRuntime,org.lastaflute.web.response.ActionResponse> func) |
org.lastaflute.web.response.ActionResponse |
godHandPrologue(org.lastaflute.web.ruts.process.ActionRuntime runtime,
Function<org.lastaflute.web.ruts.process.ActionRuntime,org.lastaflute.web.response.ActionResponse> func) |
org.lastaflute.web.response.ActionResponse |
hookBefore(org.lastaflute.web.ruts.process.ActionRuntime runtime,
Function<org.lastaflute.web.ruts.process.ActionRuntime,org.lastaflute.web.response.ActionResponse> func) |
void |
hookFinally(org.lastaflute.web.ruts.process.ActionRuntime runtime,
Consumer<org.lastaflute.web.ruts.process.ActionRuntime> consumer) |
public org.lastaflute.web.response.ActionResponse godHandPrologue(org.lastaflute.web.ruts.process.ActionRuntime runtime,
Function<org.lastaflute.web.ruts.process.ActionRuntime,org.lastaflute.web.response.ActionResponse> func)
public org.lastaflute.web.response.ActionResponse godHandMonologue(org.lastaflute.web.ruts.process.ActionRuntime runtime,
Function<org.lastaflute.web.ruts.process.ActionRuntime,org.lastaflute.web.response.ActionResponse> func)
public void godHandEpilogue(org.lastaflute.web.ruts.process.ActionRuntime runtime,
Consumer<org.lastaflute.web.ruts.process.ActionRuntime> consumer)
public org.lastaflute.web.response.ActionResponse hookBefore(org.lastaflute.web.ruts.process.ActionRuntime runtime,
Function<org.lastaflute.web.ruts.process.ActionRuntime,org.lastaflute.web.response.ActionResponse> func)
public void hookFinally(org.lastaflute.web.ruts.process.ActionRuntime runtime,
Consumer<org.lastaflute.web.ruts.process.ActionRuntime> consumer)
Copyright © 2009–2017 CodeLibs. All rights reserved.