|
||||||||||
| 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
public abstract class AbstractBasicParamBinder
Basic interface for parameter binders for simple objects ( integers and strings ). This class is not REST specific.
| Constructor Summary | |
|---|---|
AbstractBasicParamBinder(RequestMapper mapper)
Create a parameter binder based on the given mapper. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
bind(java.lang.String value)
Perform the binding using the given value as input and returning it's object representation as output using the internal request mapper. |
RequestMapper |
getRequestMapper()
Obtain a reference to the internal request mapper, mainly for external configuration. |
void |
setRequestMapper(RequestMapper mapper)
Allows an implementation to change completely the request mapper of a parameter binder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.acsinet_solutions.cetia4.controller.map.ParamBinder |
|---|
bind |
| Constructor Detail |
|---|
public AbstractBasicParamBinder(RequestMapper mapper)
| Method Detail |
|---|
public final RequestMapper getRequestMapper()
getRequestMapper in interface ParamBinderConfigurableModulepublic final void setRequestMapper(RequestMapper mapper)
ParamBinder
setRequestMapper in interface ParamBinder
protected final java.lang.Object bind(java.lang.String value)
throws ValidationException
ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||