Uses of Interface
com.dyuproject.web.rest.ValidatingConsumer

Packages that use ValidatingConsumer
com.dyuproject.web.rest   
com.dyuproject.web.rest.consumer   
 

Uses of ValidatingConsumer in com.dyuproject.web.rest
 

Methods in com.dyuproject.web.rest that return ValidatingConsumer
 ValidatingConsumer RequestContext.getConsumer()
           
 

Methods in com.dyuproject.web.rest with parameters of type ValidatingConsumer
 void ConsumerInterceptor.addConsumer(ValidatingConsumer consumer)
           
 void RequestContext.setConsumer(ValidatingConsumer consumer)
           
 

Uses of ValidatingConsumer in com.dyuproject.web.rest.consumer
 

Classes in com.dyuproject.web.rest.consumer that implement ValidatingConsumer
 class AbstractConsumer
           
 class SimpleJSONConsumer
          Consumes json content and converts it to pojos.
 class SimpleParameterConsumer
          Consumes request parameters and converts it to pojos.
 



Copyright © 2008-2013. All Rights Reserved.