|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.juzu.metadata.ControllerDescriptor
public class ControllerDescriptor
| Constructor Summary | |
|---|---|
ControllerDescriptor(Class<?> type,
List<ControllerMethod> methods)
|
|
| Method Summary | |
|---|---|
List<ControllerMethod> |
getMethods()
|
Class<?> |
getType()
|
String |
getTypeName()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerDescriptor(Class<?> type,
List<ControllerMethod> methods)
| Method Detail |
|---|
public String getTypeName()
public Class<?> getType()
public List<ControllerMethod> getMethods()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||