public abstract class BaseAJAXMoskitoUIAction extends Object implements net.anotheria.maf.action.Action
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_MSG_INTERNAL_SERVER_ERROR
Internal server error message.
|
| Constructor and Description |
|---|
BaseAJAXMoskitoUIAction() |
| Modifier and Type | Method and Description |
|---|---|
net.anotheria.maf.action.ActionCommand |
execute(net.anotheria.maf.action.ActionMapping mapping,
net.anotheria.maf.bean.FormBean bean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
invokeExecute(net.anotheria.maf.action.ActionMapping mapping,
net.anotheria.maf.bean.FormBean bean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
net.anotheria.maf.json.JSONResponse jsonResponse)
Override this method for invoking main action code.
|
void |
postProcess(net.anotheria.maf.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
preProcess(net.anotheria.maf.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
public static final String ERROR_MSG_INTERNAL_SERVER_ERROR
public final net.anotheria.maf.action.ActionCommand execute(net.anotheria.maf.action.ActionMapping mapping,
net.anotheria.maf.bean.FormBean bean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws net.anotheria.maf.action.AbortExecutionException
execute in interface net.anotheria.maf.action.Actionnet.anotheria.maf.action.AbortExecutionExceptionprotected void invokeExecute(net.anotheria.maf.action.ActionMapping mapping,
net.anotheria.maf.bean.FormBean bean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
net.anotheria.maf.json.JSONResponse jsonResponse)
throws net.anotheria.maf.action.AbortExecutionException,
IOException,
org.json.JSONException
mapping - - action mappingbean - - beanreq - - requestres - - responsejsonResponse - - JSON Responsenet.anotheria.maf.action.AbortExecutionExceptionorg.json.JSONExceptionIOExceptionpublic void preProcess(net.anotheria.maf.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws Exception
preProcess in interface net.anotheria.maf.action.ActionExceptionCopyright © 2010-2015 anotheria.net. All Rights Reserved.