com.easyjf.web
Interface IWebAction

All Known Implementing Classes:
AbstractCmdAction, AbstractCrudAction, Action, RandomImgCode

public interface IWebAction

Title:EasyJWeb Action接口

Description: EasyJWeb的Action接口,用户的Action组件必须实现该接口,该接口只有一个execute方法需要用户实现。

Copyright: Copyright (c) 2006

Company: www.easyjf.com

Version:
1.0
Author:
蔡世友

Method Summary
 Page execute(WebForm form, Module module)
          执行Action接口
 

Method Detail

execute

public Page execute(WebForm form,
                    Module module)
             throws java.lang.Exception
执行Action接口

Parameters:
form -
module -
Returns:
显示数据的模板或直接跳转的URL
Throws:
java.lang.Exception