|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpalio.mvc.RequestHandlerParamData
palio.mvc.RequestParamData
public class RequestParamData
A data of request handler method parameter
RequestParam| Constructor Summary | |
|---|---|
RequestParamData(java.lang.Class<?> paramClass,
jpalio.mvc.annotations.RequestParam annotation)
|
|
| Method Summary | |
|---|---|
jpalio.mvc.annotations.RequestParam |
getAnnotation()
|
boolean |
isRequired()
Returns true if param is marked as requuired. |
| Methods inherited from class palio.mvc.RequestHandlerParamData |
|---|
getParamClass |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestParamData(java.lang.Class<?> paramClass,
jpalio.mvc.annotations.RequestParam annotation)
| Method Detail |
|---|
public jpalio.mvc.annotations.RequestParam getAnnotation()
public boolean isRequired()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||