|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Module | |
| com.easyjf.web | |
| com.easyjf.web.config | |
| 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,
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 |
static IWebAction |
FrameworkEngine.findAction(Module module)
根据Module返回一个一个IWebAction |
Page |
Action.execute(WebForm form,
Module module,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
| 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)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||