public class SaveNavMenuStateAction extends BaseAJAXMoskitoUIAction
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_IS_NAV_MENU_COLLAPSED
Attribute name: indication if menu navigation is collapsed or not.
|
static String |
PARAM_IS_NAV_MENU_COLLAPSED
Request param: indication if menu navigation is collapsed or not.
|
ERROR_MSG_INTERNAL_SERVER_ERROR| Constructor and Description |
|---|
SaveNavMenuStateAction() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
execute, postProcess, preProcesspublic static final String PARAM_IS_NAV_MENU_COLLAPSED
public static final String ATTR_IS_NAV_MENU_COLLAPSED
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)
throws net.anotheria.maf.action.AbortExecutionException,
IOException,
org.json.JSONException
BaseAJAXMoskitoUIActioninvokeExecute in class BaseAJAXMoskitoUIActionmapping - - action mappingbean - - beanreq - - requestres - - responsejsonResponse - - JSON Responsenet.anotheria.maf.action.AbortExecutionExceptionIOExceptionorg.json.JSONExceptionCopyright © 2010-2015 anotheria.net. All Rights Reserved.