public abstract class BaseAJAXMoskitoUIAction
extends java.lang.Object
implements net.anotheria.maf.action.Action
| Modifier and Type | Field and Description |
|---|---|
static java.lang.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 java.lang.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 java.lang.Exception
mapping - - action mappingbean - - beanreq - - requestres - - responsejsonResponse - - JSON Responsejava.lang.Exception - on errorspublic void preProcess(net.anotheria.maf.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
preProcess in interface net.anotheria.maf.action.Actionjava.lang.Exceptionpublic void postProcess(net.anotheria.maf.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
postProcess in interface net.anotheria.maf.action.Actionjava.lang.ExceptionCopyright © 2010-2020 anotheria.net. All Rights Reserved.