| Package | Description |
|---|---|
| org.jboss.arquillian.graphene.enricher | |
| org.jboss.arquillian.graphene.intercept | |
| org.jboss.arquillian.graphene.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
InFrameInterceptor |
class |
SearchContextInterceptor |
class |
StaleElementInterceptor |
class |
WrapsElementInterceptor |
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
InterceptorBuilder.build()
Builds the final version of
Interceptor intercepting all methods recorded via
InterceptorBuilder.interceptInvocation(Class, Interceptor). |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
InterceptorBuilder.interceptInvocation(Class<T> type,
Interceptor interceptor)
Returns proxy for given type which execution causes remembering what method should be intercepted by given interceptor.
|
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
GrapheneProxyInstance.unregisterInterceptor(Interceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
GrapheneProxyInstance.registerInterceptor(Interceptor interceptor) |
Interceptor |
GrapheneProxyInstance.unregisterInterceptor(Interceptor interceptor) |
| Constructor and Description |
|---|
InvocationContextImpl(Interceptor interceptor,
InvocationContext following) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.