com.beetle.framework.web.controller.ajax
类 AjaxProxy

java.lang.Object
  继承者 com.beetle.framework.web.controller.ajax.AjaxProxy
所有已实现的接口:
java.io.Serializable

public class AjaxProxy
extends java.lang.Object
implements java.io.Serializable

另请参见:
序列化表格

构造方法摘要
AjaxProxy()
           
 
方法摘要
 java.util.Map execute(java.lang.String requestParameter)
           
 void setRequest(HttpServletRequest request)
           
 void setResponse(HttpServletResponse response)
           
static java.util.Map strToMap(java.lang.String requestParameter)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AjaxProxy

public AjaxProxy()
方法详细信息

strToMap

public static java.util.Map strToMap(java.lang.String requestParameter)
                              throws java.util.NoSuchElementException,
                                     java.text.ParseException
抛出:
java.util.NoSuchElementException
java.text.ParseException

execute

public java.util.Map execute(java.lang.String requestParameter)
                      throws java.lang.Exception
抛出:
java.lang.Exception

setRequest

public void setRequest(HttpServletRequest request)

setResponse

public void setResponse(HttpServletResponse response)