to.etc.domui.ajax
Class URLParameterProvider

java.lang.Object
  extended by to.etc.domui.ajax.URLParameterProvider
All Implemented Interfaces:
IParameterProvider

public class URLParameterProvider
extends java.lang.Object
implements IParameterProvider


Field Summary
 
Fields inherited from interface to.etc.domui.ajax.IParameterProvider
NO_VALUE
 
Constructor Summary
URLParameterProvider(RequestContextImpl rctx)
           
 
Method Summary
 java.lang.Object findParameterValue(java.lang.Class<?> targetcl, java.lang.annotation.Annotation[] annotations, int paramIndex, AjaxParam ap)
          Retrieve the specified parameter's value from whatever input is provided.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLParameterProvider

public URLParameterProvider(RequestContextImpl rctx)
Method Detail

findParameterValue

public java.lang.Object findParameterValue(java.lang.Class<?> targetcl,
                                           java.lang.annotation.Annotation[] annotations,
                                           int paramIndex,
                                           AjaxParam ap)
                                    throws java.lang.Exception
Description copied from interface: IParameterProvider
Retrieve the specified parameter's value from whatever input is provided.

Specified by:
findParameterValue in interface IParameterProvider
Returns:
Throws:
java.lang.Exception