|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpalio.mvc.MvcUtils
public class MvcUtils
jPALIO MVC utility class
| Constructor Summary | |
|---|---|
MvcUtils()
|
|
| Method Summary | |
|---|---|
static java.util.List<RequestHandlerParamData> |
getRequestHandlerParams(java.lang.reflect.Method method)
Returns request handler parameters data |
static java.util.List<RequestHandlerData> |
getRequestHandlers(java.lang.Class<? extends jpalio.mvc.Controller> controllerClass)
Gets request handler methods defined in given class. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MvcUtils()
| Method Detail |
|---|
public static java.util.List<RequestHandlerData> getRequestHandlers(java.lang.Class<? extends jpalio.mvc.Controller> controllerClass)
public static java.util.List<RequestHandlerParamData> getRequestHandlerParams(java.lang.reflect.Method method)
method - Request handler method
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||