|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ControllerMethodConfiguration.MemberInfo.InjectType>
org.torweg.pulse.bundle.ControllerMethodConfiguration.MemberInfo.InjectType
public static enum ControllerMethodConfiguration.MemberInfo.InjectType
defines the injection types.
| Enum Constant Summary | |
|---|---|
BUNDLE
inject the current bundle. |
|
COLLECTION
inject the parameter's values as a Collection<String>. |
|
LIST
inject the parameter's values as a List<String>. |
|
PARAMETER
inject the raw parameter. |
|
SERVICE_REQUEST
inject the current service request. |
|
SET
inject the parameter's values as a Set<String>. |
|
STRING
inject the parameter's first value as a string. |
|
STRING_ARRAY
inject the parameter's values as an array of strings. |
|
| Method Summary | |
|---|---|
static ControllerMethodConfiguration.MemberInfo.InjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ControllerMethodConfiguration.MemberInfo.InjectType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ControllerMethodConfiguration.MemberInfo.InjectType STRING
public static final ControllerMethodConfiguration.MemberInfo.InjectType STRING_ARRAY
public static final ControllerMethodConfiguration.MemberInfo.InjectType COLLECTION
Collection<String>.
public static final ControllerMethodConfiguration.MemberInfo.InjectType SET
Set<String>.
public static final ControllerMethodConfiguration.MemberInfo.InjectType LIST
List<String>.
public static final ControllerMethodConfiguration.MemberInfo.InjectType PARAMETER
public static final ControllerMethodConfiguration.MemberInfo.InjectType SERVICE_REQUEST
public static final ControllerMethodConfiguration.MemberInfo.InjectType BUNDLE
| Method Detail |
|---|
public static final ControllerMethodConfiguration.MemberInfo.InjectType[] values()
for(ControllerMethodConfiguration.MemberInfo.InjectType c : ControllerMethodConfiguration.MemberInfo.InjectType.values())
System.out.println(c);
public static ControllerMethodConfiguration.MemberInfo.InjectType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||