Package org.apache.tapestry5.spock
Class TapestryInterceptor
- java.lang.Object
- 
- org.spockframework.runtime.extension.AbstractMethodInterceptor
- 
- org.apache.tapestry5.spock.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.
- 
- 
Constructor SummaryConstructors Constructor Description TapestryInterceptor(org.spockframework.runtime.model.SpecInfo spec, java.util.Set<java.lang.Class<?>> modules)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinterceptCleanupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation)voidinterceptInitializerMethod(org.spockframework.runtime.extension.IMethodInvocation invocation)voidinterceptSharedInitializerMethod(org.spockframework.runtime.extension.IMethodInvocation invocation)- 
Methods inherited from class org.spockframework.runtime.extension.AbstractMethodInterceptorintercept, interceptCleanupMethod, interceptDataProcessorMethod, interceptDataProviderMethod, interceptFeatureExecution, interceptFeatureMethod, interceptIterationExecution, interceptSetupMethod, interceptSetupSpecMethod, interceptSpecExecution
 
- 
 
- 
- 
- 
Constructor Detail- 
TapestryInterceptorpublic TapestryInterceptor(org.spockframework.runtime.model.SpecInfo spec, java.util.Set<java.lang.Class<?>> modules) 
 
- 
 - 
Method Detail- 
interceptSharedInitializerMethodpublic void interceptSharedInitializerMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws java.lang.Throwable - Overrides:
- interceptSharedInitializerMethodin class- org.spockframework.runtime.extension.AbstractMethodInterceptor
- Throws:
- java.lang.Throwable
 
 - 
interceptCleanupSpecMethodpublic void interceptCleanupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws java.lang.Throwable - Overrides:
- interceptCleanupSpecMethodin class- org.spockframework.runtime.extension.AbstractMethodInterceptor
- Throws:
- java.lang.Throwable
 
 - 
interceptInitializerMethodpublic void interceptInitializerMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws java.lang.Throwable - Overrides:
- interceptInitializerMethodin class- org.spockframework.runtime.extension.AbstractMethodInterceptor
- Throws:
- java.lang.Throwable
 
 
- 
 
-