Uses of Class
com.easyjf.web.Page

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

Uses of Page in com.easyjf.web
 

Methods in com.easyjf.web that return Page
 Page RequestProcessor.getResult(Module module, WebForm form, IWebAction action, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 Page Module.findPage(java.lang.String pageName)
           
 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)
           
 

Uses of Page in com.easyjf.web.config
 

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