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
功能描述: 写明作用,调用方式,使用场景,以及特殊情况


构造方法摘要
AnnotationHandlerMapping()
           
 
方法摘要
 HandlerExecutionChain getHandler(String requestUrl)
           
 void init()
          初始化操作
 
从类 org.tinygroup.weblayer.mvc.handlermapping.AbstractHandlerMapping 继承的方法
getManager, setManager
 
从类 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–2013 开源组织. All rights reserved.