|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.intercept.AbstractInvocationContext<T>
org.apache.webbeans.intercept.InterceptorInvocationContext<T>
org.apache.webbeans.intercept.ConstructorInterceptorInvocationContext<T>
public class ConstructorInterceptorInvocationContext<T>
| Field Summary | |
|---|---|
protected Object |
newInstance
|
| Fields inherited from class org.apache.webbeans.intercept.InterceptorInvocationContext |
|---|
index, instances, interceptors, type |
| Fields inherited from class org.apache.webbeans.intercept.AbstractInvocationContext |
|---|
parameters, target |
| Constructor Summary | |
|---|---|
ConstructorInterceptorInvocationContext(javax.inject.Provider<T> provider,
List<javax.enterprise.inject.spi.Interceptor<?>> aroundConstructInterceptors,
Map<javax.enterprise.inject.spi.Interceptor<?>,?> interceptorInstances,
Constructor<T> cons,
Object[] parameters)
|
|
| Method Summary | |
|---|---|
Object |
directProceed()
|
Object |
getNewInstance()
|
| Methods inherited from class org.apache.webbeans.intercept.InterceptorInvocationContext |
|---|
proceed |
| Methods inherited from class org.apache.webbeans.intercept.AbstractInvocationContext |
|---|
getConstructor, getContextData, getMethod, getParameters, getTarget, getTimer, setParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object newInstance
| Constructor Detail |
|---|
public ConstructorInterceptorInvocationContext(javax.inject.Provider<T> provider,
List<javax.enterprise.inject.spi.Interceptor<?>> aroundConstructInterceptors,
Map<javax.enterprise.inject.spi.Interceptor<?>,?> interceptorInstances,
Constructor<T> cons,
Object[] parameters)
| Method Detail |
|---|
public Object getNewInstance()
public Object directProceed()
throws Exception
directProceed in class AbstractInvocationContext<T>Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||