Uses of Class
com.easyjf.web.Module

Packages that use Module
com.easyjf.web   
com.easyjf.web.config   
com.easyjf.web.tools   
 

Uses of Module in com.easyjf.web
 

Methods in com.easyjf.web that return Module
static Module FrameworkEngine.findModule(java.lang.String pathName)
          根据路径返回一个Module,首先从配置文件中查找,如果配置文件中没有,则生成缺省的Module
 

Methods in com.easyjf.web with parameters of type Module
 Page RequestProcessor.getResult(Module module, WebForm form, IWebAction action)
           
 Page IWebAction.execute(WebForm form, Module module)
          执行Action接口
static IWebAction FrameworkEngine.findAction(Module module)
          根据Module返回一个一个IWebAction
 Page Action.execute(WebForm form, Module module)
           
 

Constructors in com.easyjf.web with parameters of type Module
Action(ActionServlet servlet, Module module)
           
 

Uses of Module in com.easyjf.web.config
 

Methods in com.easyjf.web.config that return Module
 Module WebConfig.findModule(java.lang.String s)
           
 

Uses of Module in com.easyjf.web.tools
 

Methods in com.easyjf.web.tools with parameters of type Module
 Page AbstractCmdAction.execute(WebForm form, Module module)
           
 java.lang.Object AbstractCmdAction.doBefore(WebForm form, Module module)
           
abstract  Page AbstractCmdAction.doInit(WebForm form, Module module)
           
 java.lang.Object AbstractCmdAction.doAfter(WebForm form, Module module)
           
 Page RandomImgCode.execute(WebForm form, Module module)
           
 Page AbstractCrudAction.execute(WebForm form, Module module)
           
 Page AbstractCrudAction.doAdd(WebForm form, Module module, IActiveUser user)
           
 Page AbstractCrudAction.doUpdate(WebForm form, Module module, IActiveUser user)
           
 Page AbstractCrudAction.doEdit(WebForm form, Module module, IActiveUser user)
           
 Page AbstractCrudAction.doDel(WebForm form, Module module, IActiveUser user)
           
 Page AbstractCrudAction.doQuery(WebForm form, Module module, IActiveUser user)
           
abstract  void AbstractCrudAction.doInit(WebForm form, Module module)
           
abstract  java.lang.Object AbstractCrudAction.doBefore(WebForm form, Module module)
           
abstract  void AbstractCrudAction.doAfter(WebForm form, Module module)
           
abstract  Page AbstractCrudAction.doOtherAction(WebForm form, Module module)
           
 Page ICommCRUDAction.doAdd(WebForm form, Module module, IActiveUser user)
           
 Page ICommCRUDAction.doUpdate(WebForm form, Module module, IActiveUser user)
           
 Page ICommCRUDAction.doEdit(WebForm form, Module module, IActiveUser user)
           
 Page ICommCRUDAction.doDel(WebForm form, Module module, IActiveUser user)
           
 Page ICommCRUDAction.doQuery(WebForm form, Module module, IActiveUser user)