|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentInstantiationException | |
|---|---|
| org.vraptor.component | |
| org.vraptor.interceptor | |
| org.vraptor.introspector | |
| org.vraptor.plugin.jpa | |
| org.vraptor.reflection | |
| Uses of ComponentInstantiationException in org.vraptor.component |
|---|
| Methods in org.vraptor.component that throw ComponentInstantiationException | |
|---|---|
Object |
MethodParameter.newInstance()
|
Object |
Clazz.newInstance()
Creates a new instance from this type, using a default implementation of a collection when needed. |
Object |
BeanConstructor.newInstance(LogicRequest request,
BeanProvider provider)
Instantiates this component. |
Object |
ComponentConstructor.newInstance(LogicRequest request,
BeanProvider provider)
|
| Uses of ComponentInstantiationException in org.vraptor.interceptor |
|---|
| Methods in org.vraptor.interceptor that throw ComponentInstantiationException | |
|---|---|
void |
InterceptorDealer.inject(Interceptor interceptor,
LogicRequest context)
|
Interceptor |
InterceptorType.newInstance(LogicRequest logicRequest,
BeanProvider provider)
Returns a new instance of this interceptor, using the specified bean provider. |
| Uses of ComponentInstantiationException in org.vraptor.introspector |
|---|
| Methods in org.vraptor.introspector that throw ComponentInstantiationException | |
|---|---|
void |
Introspector.inject(List<FieldAnnotation<In>> inAnnotations,
Object component,
LogicRequest context)
Call for injection: tries to inject each field listed on the inAnnotations on object component using the logic context passed as argument |
void |
BasicIntrospector.inject(List<FieldAnnotation<In>> inAnnotations,
Object component,
LogicRequest request)
|
| Uses of ComponentInstantiationException in org.vraptor.plugin.jpa |
|---|
| Methods in org.vraptor.plugin.jpa that throw ComponentInstantiationException | |
|---|---|
Object |
EntityManagerInjector.newInstance(LogicRequest request,
BeanProvider provider)
|
| Uses of ComponentInstantiationException in org.vraptor.reflection |
|---|
| Methods in org.vraptor.reflection that throw ComponentInstantiationException | ||
|---|---|---|
static Object |
ReflectionUtil.genericInstantiate(Class<?> type)
Tries to instantiate an array of size 0 or type |
|
static
|
ReflectionUtil.instantiate(Class<T> clazz)
Instantiates a class. |
|
static Object |
ReflectionUtil.instantiate(String clazz)
Tries to instantiate this class |
|
static Object |
ReflectionUtil.instantiateCollection(Type type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||