Uses of Interface
com.easyjf.web.IWebAction

Packages that use IWebAction
com.easyjf.web   
com.easyjf.web.tools   
 

Uses of IWebAction in com.easyjf.web
 

Classes in com.easyjf.web that implement IWebAction
 class Action
          Title: 简单的IWebAction默认实现示例 Description: 实现IWebAction接口,IWebAction的默认实现 Copyright: Copyright (c) 2006 Company: www.easyjf.com
 

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)
           
 

Uses of IWebAction in com.easyjf.web.tools
 

Classes in com.easyjf.web.tools that implement IWebAction
 class AbstractCmdAction
          Title: 通过命令式Action类 Description: 这是一个对Action命令进行封装的抽象类,用于为提供命令式WebAction的写法用户直接调用,可以减少书写繁锁的if语句 easyJWebCommand命令del(或Del)对应Action类的doDel方法 Copyright: Copyright (c) 2006 Company: www.easyjf.com
 class AbstractCrudAction
          Title: 通过添删改查(CRUD)处理Action类 Description: 处理普通数据表的添删改查(CRUD)处理的抽象类,用户只需继承该Action,并根据自身的情况实现其中的模板方法即可。
 class RandomImgCode