to.etc.domui.ajax
Interface IParameterProvider

All Known Implementing Classes:
JsonParameterProvider, URLParameterProvider

public interface IParameterProvider


Field Summary
static java.lang.String NO_VALUE
           
 
Method Summary
 java.lang.Object findParameterValue(java.lang.Class<?> parameterType, java.lang.annotation.Annotation[] annotations, int paramIndex, AjaxParam apm)
          Retrieve the specified parameter's value from whatever input is provided.
 

Field Detail

NO_VALUE

static final java.lang.String NO_VALUE
See Also:
Constant Field Values
Method Detail

findParameterValue

java.lang.Object findParameterValue(java.lang.Class<?> parameterType,
                                    java.lang.annotation.Annotation[] annotations,
                                    int paramIndex,
                                    AjaxParam apm)
                                    throws java.lang.Exception
Retrieve the specified parameter's value from whatever input is provided.

Parameters:
parameterType -
annotations -
paramIndex -
apm -
Returns:
Throws:
java.lang.Exception