public class DefaultControllerMethod extends Object implements ControllerMethod
| Constructor and Description | 
|---|
| DefaultControllerMethod(BeanClass controller,
                       Method method) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsAnnotation(Class<? extends Annotation> annotation) | 
| boolean | equals(Object obj) | 
| Annotation[] | getAnnotations() | 
| int | getArity() | 
| BeanClass | getController() | 
| Method | getMethod() | 
| int | hashCode() | 
| static ControllerMethod | instanceFor(Class<?> type,
           Method method) | 
| String | toString() | 
public static ControllerMethod instanceFor(Class<?> type, Method method)
public Method getMethod()
getMethod in interface ControllerMethodpublic int getArity()
getArity in interface ControllerMethodpublic BeanClass getController()
getController in interface ControllerMethodpublic boolean containsAnnotation(Class<? extends Annotation> annotation)
containsAnnotation in interface ControllerMethodpublic Annotation[] getAnnotations()
getAnnotations in interface ControllerMethodCopyright © 2014 Caelum. All rights reserved.