Class ViewHelper.ActionHook

  • Enclosing class:
    ViewHelper

    public static class ViewHelper.ActionHook
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionHook()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void godHandEpilogue​(org.lastaflute.web.ruts.process.ActionRuntime runtime, java.util.function.Consumer<org.lastaflute.web.ruts.process.ActionRuntime> consumer)  
      org.lastaflute.web.response.ActionResponse godHandMonologue​(org.lastaflute.web.ruts.process.ActionRuntime runtime, java.util.function.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, java.util.function.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, java.util.function.Function<org.lastaflute.web.ruts.process.ActionRuntime,​org.lastaflute.web.response.ActionResponse> func)  
      void hookFinally​(org.lastaflute.web.ruts.process.ActionRuntime runtime, java.util.function.Consumer<org.lastaflute.web.ruts.process.ActionRuntime> consumer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionHook

        public ActionHook()
    • Method Detail

      • godHandPrologue

        public org.lastaflute.web.response.ActionResponse godHandPrologue​(org.lastaflute.web.ruts.process.ActionRuntime runtime,
                                                                          java.util.function.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,
                                                                           java.util.function.Function<org.lastaflute.web.ruts.process.ActionRuntime,​org.lastaflute.web.response.ActionResponse> func)
      • godHandEpilogue

        public void godHandEpilogue​(org.lastaflute.web.ruts.process.ActionRuntime runtime,
                                    java.util.function.Consumer<org.lastaflute.web.ruts.process.ActionRuntime> consumer)
      • hookBefore

        public org.lastaflute.web.response.ActionResponse hookBefore​(org.lastaflute.web.ruts.process.ActionRuntime runtime,
                                                                     java.util.function.Function<org.lastaflute.web.ruts.process.ActionRuntime,​org.lastaflute.web.response.ActionResponse> func)
      • hookFinally

        public void hookFinally​(org.lastaflute.web.ruts.process.ActionRuntime runtime,
                                java.util.function.Consumer<org.lastaflute.web.ruts.process.ActionRuntime> consumer)