com.easyjf.web.tools
Class RandomImgCode

java.lang.Object
  extended bycom.easyjf.web.tools.RandomImgCode
All Implemented Interfaces:
IWebAction

public class RandomImgCode
extends java.lang.Object
implements IWebAction


Constructor Summary
RandomImgCode()
           
 
Method Summary
 Page execute(WebForm form, Module module)
          执行Action接口
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomImgCode

public RandomImgCode()
Method Detail

execute

public Page execute(WebForm form,
                    Module module)
             throws java.lang.Exception
Description copied from interface: IWebAction
执行Action接口

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