public class GroupInventoryPortalAction extends GroupController
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY_VALS_ATTR
The request scope attribute under which actions store the full
List of EmptyValue
objects. |
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
GroupInventoryPortalAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
addResources(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
editConfig(javax.servlet.http.HttpServletRequest request,
Portal portal) |
org.apache.struts.action.ActionForward |
editResourceGeneral(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.apache.struts.action.ActionForward |
editResourceTypeHost(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected Properties |
getKeyMethodMap()
Provides the mapping from resource key to method name
|
org.apache.struts.action.ActionForward |
newResource(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.apache.struts.action.ActionForward |
viewResource(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
fetchReturnPathParams, setNavMapLocation, setResourceGroup, setResourceGroup, setReturnPath, setReturnPathexecutecancelled, dispatchMethod, getMethod, getMethodName, getParameter, unspecifiedaddErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletpublic static final String EMPTY_VALS_ATTR
List of EmptyValue
objects. temporary list - mtk (will remove - implementing the groups.)protected org.apache.commons.logging.Log log
protected Properties getKeyMethodMap()
BaseDispatchActiongetKeyMethodMap in class BaseDispatchActionpublic org.apache.struts.action.ActionForward newResource(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionpublic org.apache.struts.action.ActionForward editResourceGeneral(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionpublic org.apache.struts.action.ActionForward editResourceTypeHost(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionpublic org.apache.struts.action.ActionForward addResources(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionpublic org.apache.struts.action.ActionForward viewResource(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
ExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.