Uses of Class
com.easyjf.web.WebForm

Packages that use WebForm
com.easyjf.web   
 

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, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 Page IWebAction.execute(WebForm form, Module module, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          执行Action
 Page Action.execute(WebForm form, Module module, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)