Uses of Class
com.easyjf.web.Page

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

Uses of Page in com.easyjf.web
 

Methods in com.easyjf.web that return Page
 Page RequestProcessor.getResult(Module module, WebForm form, IWebAction action)
           
 Page Module.findPage(java.lang.String pageName)
           
 Page IWebAction.execute(WebForm form, Module module)
          Ö´ÐÐAction½Ó¿Ú
 Page Action.execute(WebForm form, Module module)
           
 

Uses of Page in com.easyjf.web.config
 

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

Uses of Page in com.easyjf.web.tools
 

Methods in com.easyjf.web.tools that return Page
 Page AbstractCmdAction.execute(WebForm form, Module module)
           
abstract  Page AbstractCmdAction.doInit(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  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)