Package | Description |
---|---|
org.codehaus.griffon.runtime.core.mvc |
MVC group implementation [INTERNAL USE].
|
Modifier and Type | Field and Description |
---|---|
protected DefaultMVCGroupManager.InjectionPoint.Type |
DefaultMVCGroupManager.InjectionPoint.type |
Modifier and Type | Method and Description |
---|---|
protected DefaultMVCGroupManager.InjectionPoint.Type |
DefaultMVCGroupManager.resolveType(AnnotatedElement element) |
static DefaultMVCGroupManager.InjectionPoint.Type |
DefaultMVCGroupManager.InjectionPoint.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultMVCGroupManager.InjectionPoint.Type[] |
DefaultMVCGroupManager.InjectionPoint.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FieldInjectionPoint(String name,
boolean nullable,
DefaultMVCGroupManager.InjectionPoint.Type type,
Field field) |
InjectionPoint(String name,
boolean nullable,
DefaultMVCGroupManager.InjectionPoint.Type type) |
MethodInjectionPoint(String name,
boolean nullable,
DefaultMVCGroupManager.InjectionPoint.Type type,
Method method) |