|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.cetia4.controller.map.AbstractBasicParamBinder
com.acsinet_solutions.cetia4.controller.rest.PathInfoParamBinder
public final class PathInfoParamBinder
Parameter binder for data that comes as part of the path-info String.
| Constructor Summary | |
|---|---|
PathInfoParamBinder(java.lang.Class paramType,
int index)
Create a parameter binder for the given type. |
|
| Method Summary | |
|---|---|
java.lang.Object |
bind(RequestContext context)
Bind the current request using the given request context instance. |
| Methods inherited from class com.acsinet_solutions.cetia4.controller.map.AbstractBasicParamBinder |
|---|
bind, getRequestMapper, setRequestMapper |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathInfoParamBinder(java.lang.Class paramType,
int index)
key - The key of the HTTP parameter that feeds this binder| Method Detail |
|---|
public final java.lang.Object bind(RequestContext context)
throws ValidationException
ParamBinder
ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||