Uses of Interface
com.easyjf.web.IWebAction

Packages that use IWebAction
com.easyjf.web   
 

Uses of IWebAction in com.easyjf.web
 

Classes in com.easyjf.web that implement IWebAction
 class Action
          简单的IWebAction默认实现示例
 

Methods in com.easyjf.web that return IWebAction
static IWebAction FrameworkEngine.findAction(java.lang.String path)
          根据路径返回一个IWebAction
static IWebAction FrameworkEngine.findAction(Module module)
          根据Module返回一个一个IWebAction
 

Methods in com.easyjf.web with parameters of type IWebAction
 Page RequestProcessor.getResult(Module module, WebForm form, IWebAction action, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)