@Deprecated public abstract class AbstractResourcePortalAction extends BaseDispatchAction
BaseDispatchAction that provides common methods for Resource portal
actions. TODO: This can be deleted after we make sure there's nothing else we want to move over to
ResourceController. (ips, 11/13/07)| Constructor and Description |
|---|
AbstractResourcePortalAction()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
fetchReturnPathParams(javax.servlet.http.HttpServletRequest request,
Map params)
Deprecated.
|
protected void |
setNavMapLocation(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionMapping mapping,
String currLoc)
Deprecated.
This method sets the current location for the nav map
|
protected void |
setResource(javax.servlet.http.HttpServletRequest request)
Deprecated.
|
protected void |
setResource(javax.servlet.http.HttpServletRequest request,
boolean requiresResourceToBeConfigured)
Deprecated.
|
protected void |
setReturnPath(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionMapping mapping)
Deprecated.
|
protected void |
setReturnPath(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionMapping mapping,
Map params)
Deprecated.
This sets the return path for a ResourceAction by appending the type and resource id to the forward url.
|
execute, getKeyMethodMapcancelled, 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, setServletprotected void setResource(javax.servlet.http.HttpServletRequest request)
throws Exception
Exceptionprotected void setResource(javax.servlet.http.HttpServletRequest request,
boolean requiresResourceToBeConfigured)
throws Exception
Exceptionprotected void fetchReturnPathParams(javax.servlet.http.HttpServletRequest request,
Map params)
protected void setReturnPath(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionMapping mapping,
Map params)
throws Exception
setReturnPath in class BaseDispatchActionrequest - The current controller's request.mapping - The current controller's mapping that contains the input.params - A Map of request parameters to add to the return path.ParameterNotFoundException - if the type or id are not foundjavax.servlet.ServletException - If there is not input defined for this formExceptionprotected void setReturnPath(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionMapping mapping)
throws Exception
setReturnPath in class BaseDispatchActionExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.