jrouter.servlet.spring
类 RequestMappingActionFilter

java.lang.Object
  继承者 jrouter.servlet.spring.RequestMappingActionFilter
所有已实现的接口:
jrouter.ActionFilter

public class RequestMappingActionFilter
extends Object
implements jrouter.ActionFilter

适配RequestMappingActionFilter实现。


构造方法摘要
RequestMappingActionFilter()
           
 
方法摘要
 boolean accept(Method method)
           
 jrouter.annotation.Action getAnnotation(Method method)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

RequestMappingActionFilter

public RequestMappingActionFilter()
方法详细信息

accept

public boolean accept(Method method)
指定者:
接口 jrouter.ActionFilter 中的 accept

getAnnotation

public jrouter.annotation.Action getAnnotation(Method method)
指定者:
接口 jrouter.ActionFilter 中的 getAnnotation


Copyright © 2017. All rights reserved.