cn.dreampie.route.interceptor
类 InterceptorBuilder

java.lang.Object
  继承者 cn.dreampie.route.interceptor.InterceptorBuilder

public class InterceptorBuilder
extends Object

InterceptorBuilder


构造方法摘要
InterceptorBuilder()
           
 
方法摘要
 void addToInterceptorsMap(Interceptor[] defaultInters)
           
 Interceptor[] buildMethodInterceptors(Method method)
          Build interceptors of Method
 Interceptor[] buildResourceInterceptors(Class<? extends Resource> resourceClass)
          Build interceptors of Resource
 Interceptor[] buildRouteInterceptors(Interceptor[] defaultInters, Interceptor[] resourceInters, Class<? extends Resource> resourceClass, Interceptor[] methodInters, Method method)
          Build interceptors of Action
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

InterceptorBuilder

public InterceptorBuilder()
方法详细信息

addToInterceptorsMap

public void addToInterceptorsMap(Interceptor[] defaultInters)

buildResourceInterceptors

public Interceptor[] buildResourceInterceptors(Class<? extends Resource> resourceClass)
Build interceptors of Resource


buildMethodInterceptors

public Interceptor[] buildMethodInterceptors(Method method)
Build interceptors of Method


buildRouteInterceptors

public Interceptor[] buildRouteInterceptors(Interceptor[] defaultInters,
                                            Interceptor[] resourceInters,
                                            Class<? extends Resource> resourceClass,
                                            Interceptor[] methodInters,
                                            Method method)
Build interceptors of Action



Copyright © 2015. All rights reserved.