org.nutz.mvc
类 ActionHandler

java.lang.Object
  继承者 org.nutz.mvc.ActionHandler

public class ActionHandler
extends java.lang.Object


构造方法摘要
ActionHandler(NutConfig config)
           
 
方法摘要
 void depose()
           
 boolean handle(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ActionHandler

public ActionHandler(NutConfig config)
方法详细信息

handle

public boolean handle(javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse resp)

depose

public void depose()