org.tinygroup.weblayer.mvc.handlermapping
类 AnnotationHandlerMapping
java.lang.Object
org.tinygroup.weblayer.mvc.handlermapping.AbstractHandlerMapping
org.tinygroup.weblayer.mvc.handlermapping.AnnotationHandlerMapping
- 所有已实现的接口:
- HandlerMapping
public class AnnotationHandlerMapping
- extends AbstractHandlerMapping
功能说明: 注解方式处理类
系统版本: v1.0
开发人员: renhui
开发时间: 2013-4-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationHandlerMapping
public AnnotationHandlerMapping()
init
public void init()
- 从接口
HandlerMapping 复制的描述
- 初始化操作
- 指定者:
- 接口
HandlerMapping 中的 init - 覆盖:
- 类
AbstractHandlerMapping 中的 init
getHandler
public HandlerExecutionChain getHandler(String requestUrl)
throws Exception
- 抛出:
Exception
Copyright © 2006–2014 开源组织. All rights reserved.