Package org.codelibs.fess.helper
Class ViewHelper.ActionHook
java.lang.Object
org.codelibs.fess.helper.ViewHelper.ActionHook
- Enclosing class:
- ViewHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgodHandEpilogue(org.lastaflute.web.ruts.process.ActionRuntime runtime, Consumer<org.lastaflute.web.ruts.process.ActionRuntime> consumer) org.lastaflute.web.response.ActionResponsegodHandMonologue(org.lastaflute.web.ruts.process.ActionRuntime runtime, Function<org.lastaflute.web.ruts.process.ActionRuntime, org.lastaflute.web.response.ActionResponse> func) org.lastaflute.web.response.ActionResponsegodHandPrologue(org.lastaflute.web.ruts.process.ActionRuntime runtime, Function<org.lastaflute.web.ruts.process.ActionRuntime, org.lastaflute.web.response.ActionResponse> func) org.lastaflute.web.response.ActionResponsehookBefore(org.lastaflute.web.ruts.process.ActionRuntime runtime, Function<org.lastaflute.web.ruts.process.ActionRuntime, org.lastaflute.web.response.ActionResponse> func) voidhookFinally(org.lastaflute.web.ruts.process.ActionRuntime runtime, Consumer<org.lastaflute.web.ruts.process.ActionRuntime> consumer)
-
Constructor Details
-
ActionHook
public ActionHook()
-
-
Method Details
-
godHandPrologue
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) -
godHandMonologue
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) -
godHandEpilogue
public void godHandEpilogue(org.lastaflute.web.ruts.process.ActionRuntime runtime, Consumer<org.lastaflute.web.ruts.process.ActionRuntime> consumer) -
hookBefore
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) -
hookFinally
public void hookFinally(org.lastaflute.web.ruts.process.ActionRuntime runtime, Consumer<org.lastaflute.web.ruts.process.ActionRuntime> consumer)
-