org.vraptor.component
Class ParanamerParameterInfoProvider

java.lang.Object
  extended by org.vraptor.component.ParanamerParameterInfoProvider
All Implemented Interfaces:
ParameterInfoProvider

public class ParanamerParameterInfoProvider
extends Object
implements ParameterInfoProvider


Constructor Summary
ParanamerParameterInfoProvider()
           
 
Method Summary
 List<MethodParameter> provideFor(Method method)
          Returns a list with all method parameters for this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParanamerParameterInfoProvider

public ParanamerParameterInfoProvider()
Method Detail

provideFor

public List<MethodParameter> provideFor(Method method)
Description copied from interface: ParameterInfoProvider
Returns a list with all method parameters for this method.

Specified by:
provideFor in interface ParameterInfoProvider


Copyright © 2004-2008 VRaptor. All Rights Reserved.