|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.bundle.ControllerMethodConfiguration.MemberInfo
protected static final class ControllerMethodConfiguration.MemberInfo
collects information for members of request beans.
| Nested Class Summary | |
|---|---|
static class |
ControllerMethodConfiguration.MemberInfo.InjectType
defines the injection types. |
| Constructor Summary | |
|---|---|
ControllerMethodConfiguration.MemberInfo(java.lang.String name,
java.lang.Class<?> clazz)
creates a new member info. |
|
| Method Summary | |
|---|---|
ControllerMethodConfiguration.MemberInfo.InjectType |
getInjectType()
returns the inject type. |
java.lang.String |
getParameterName()
returns the parameter name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerMethodConfiguration.MemberInfo(java.lang.String name,
java.lang.Class<?> clazz)
name - the name of the parameter to be used for injectionclazz - the type| Method Detail |
|---|
public java.lang.String getParameterName()
public ControllerMethodConfiguration.MemberInfo.InjectType getInjectType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||