com.easyjf.web.tools
类 AbstractPageCmdAction

java.lang.Object
  继承者 com.easyjf.web.core.AbstractCmdAction
      继承者 com.easyjf.web.core.AbstractPageCmdAction
          继承者 com.easyjf.web.tools.AbstractPageCmdAction
所有已实现的接口:
IWebAction

已过时。 use com.easyjf.web.core.AbstractPageCmdAction insteaded

public abstract class AbstractPageCmdAction
extends AbstractPageCmdAction

用来支持更加灵活的参数调用方式。

作者:
大峡

构造方法摘要
AbstractPageCmdAction()
          已过时。  
 
方法摘要
 
从类 com.easyjf.web.core.AbstractPageCmdAction 继承的方法
doInit, execute
 
从类 com.easyjf.web.core.AbstractCmdAction 继承的方法
doAfter, doBefore
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AbstractPageCmdAction

public AbstractPageCmdAction()
已过时。