Uses of Class
com.easyjf.web.WebForm

Packages that use WebForm
com.easyjf.web   
com.easyjf.web.tools   
 

Uses of WebForm in com.easyjf.web
 

Methods in com.easyjf.web that return WebForm
static WebForm FrameworkEngine.creatWebForm(javax.servlet.http.HttpServletRequest request, java.lang.String formName)
          根据request创建一个form对象
static WebForm FrameworkEngine.findForm(java.lang.String formName)
          根据formName查找(创建)一个Form对象
 

Methods in com.easyjf.web with parameters of type WebForm
 Page RequestProcessor.getResult(Module module, WebForm form, IWebAction action)
           
 Page IWebAction.execute(WebForm form, Module module)
          执行Action接口
 Page Action.execute(WebForm form, Module module)
           
 

Uses of WebForm in com.easyjf.web.tools
 

Methods in com.easyjf.web.tools with parameters of type WebForm
 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  IPageList AbstractCrudAction.doQuery(WebForm form, int currentPage, int pageSize, IActiveUser user)
           
abstract  void AbstractCrudAction.doInit(WebForm form, Module module)
           
abstract  IActiveUser AbstractCrudAction.getCurrentUser(WebForm form)
           
abstract  java.lang.Object AbstractCrudAction.doBefore(WebForm form, Module module)
           
abstract  void AbstractCrudAction.doAfter(WebForm form, Module module)
           
abstract  java.lang.Object AbstractCrudAction.form2Obj(WebForm form, IActiveUser user)
           
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)