|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.juzu.metadata.ControllerMethod
public final class ControllerMethod
A controller method.
| Constructor Summary | |
|---|---|
ControllerMethod(String id,
Phase phase,
Class<?> type,
Method method,
List<ControllerParameter> argumentParameters)
|
|
| Method Summary | |
|---|---|
List<ControllerParameter> |
getArgumentParameters()
|
String |
getId()
|
Method |
getMethod()
|
String |
getName()
|
Phase |
getPhase()
|
Class<?> |
getType()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerMethod(String id,
Phase phase,
Class<?> type,
Method method,
List<ControllerParameter> argumentParameters)
| Method Detail |
|---|
public String getId()
public Phase getPhase()
public Class<?> getType()
public Method getMethod()
public String getName()
public List<ControllerParameter> getArgumentParameters()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||