Class TapestryInterceptor

  • All Implemented Interfaces:
    org.spockframework.runtime.extension.IMethodInterceptor

    public class TapestryInterceptor
    extends org.spockframework.runtime.extension.AbstractMethodInterceptor
    Controls creation, startup and shutdown of the Tapestry container, and injects specifications with Tapestry-provided objects.
    • Method Detail

      • interceptSharedInitializerMethod

        public void interceptSharedInitializerMethod​(org.spockframework.runtime.extension.IMethodInvocation invocation)
                                              throws Throwable
        Overrides:
        interceptSharedInitializerMethod in class org.spockframework.runtime.extension.AbstractMethodInterceptor
        Throws:
        Throwable
      • interceptCleanupSpecMethod

        public void interceptCleanupSpecMethod​(org.spockframework.runtime.extension.IMethodInvocation invocation)
                                        throws Throwable
        Overrides:
        interceptCleanupSpecMethod in class org.spockframework.runtime.extension.AbstractMethodInterceptor
        Throws:
        Throwable
      • interceptInitializerMethod

        public void interceptInitializerMethod​(org.spockframework.runtime.extension.IMethodInvocation invocation)
                                        throws Throwable
        Overrides:
        interceptInitializerMethod in class org.spockframework.runtime.extension.AbstractMethodInterceptor
        Throws:
        Throwable