org.jboss.aerogear.controller.router
Class RouteDescriptor.MyMethodInterceptor
java.lang.Object
org.jboss.aerogear.controller.router.RouteDescriptor.MyMethodInterceptor
- All Implemented Interfaces:
- net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor
- Enclosing class:
- RouteDescriptor
private static class RouteDescriptor.MyMethodInterceptor
- extends Object
- implements net.sf.cglib.proxy.MethodInterceptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
routeDescriptor
private final RouteDescriptor routeDescriptor
RouteDescriptor.MyMethodInterceptor
public RouteDescriptor.MyMethodInterceptor(RouteDescriptor routeDescriptor)
intercept
public Object intercept(Object obj,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy proxy)
throws Throwable
- Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
- Throws:
Throwable
processPaginatedAnnotation
private void processPaginatedAnnotation(Method method,
List<Parameter<?>> methodParams)
mergeRequestParamsWithConstants
private void mergeRequestParamsWithConstants(Object[] args,
List<Parameter<?>> destination)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.