com.liferay.portlet.expando.action
Class EditExpandoAction
java.lang.Object
org.apache.struts.action.Action
com.liferay.portal.struts.PortletAction
com.liferay.portlet.expando.action.EditExpandoAction
public class EditExpandoAction
- extends PortletAction
View Source
- Author:
- Raymond Augé
Fields inherited from class org.apache.struts.action.Action |
defaultLocale, servlet |
Method Summary |
protected void |
addExpando(javax.portlet.ActionRequest actionRequest)
|
protected void |
addPresetExpando(javax.portlet.ActionRequest actionRequest,
com.liferay.portlet.expando.model.ExpandoBridge expandoBridge,
java.lang.String preset,
java.lang.String name)
|
protected void |
deleteExpando(javax.portlet.ActionRequest actionRequest)
|
static java.io.Serializable |
getValue(javax.portlet.PortletRequest portletRequest,
java.lang.String name,
int type)
|
void |
processAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
|
org.apache.struts.action.ActionForward |
render(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.portlet.PortletConfig portletConfig,
javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
|
protected void |
updateExpando(javax.portlet.ActionRequest actionRequest)
|
protected void |
updateProperties(javax.portlet.ActionRequest actionRequest,
com.liferay.portlet.expando.model.ExpandoBridge expandoBridge,
java.lang.String name)
|
Methods inherited from class com.liferay.portal.struts.PortletAction |
execute, getForward, getForward, getForwardKey, getForwardKey, getModuleConfig, getResources, getResources, getResources, isCheckMethodOnProcessAction, redirectToLogin, sendRedirect, sendRedirect, serveResource, setForward, strutsExecute |
Methods inherited from class org.apache.struts.action.Action |
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditExpandoAction
public EditExpandoAction()
getValue
public static java.io.Serializable getValue(javax.portlet.PortletRequest portletRequest,
java.lang.String name,
int type)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
processAction
public void processAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
- Overrides:
processAction
in class PortletAction
- Throws:
java.lang.Exception
render
public org.apache.struts.action.ActionForward render(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.portlet.PortletConfig portletConfig,
javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws java.lang.Exception
- Overrides:
render
in class PortletAction
- Throws:
java.lang.Exception
addExpando
protected void addExpando(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
addPresetExpando
protected void addPresetExpando(javax.portlet.ActionRequest actionRequest,
com.liferay.portlet.expando.model.ExpandoBridge expandoBridge,
java.lang.String preset,
java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteExpando
protected void deleteExpando(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateExpando
protected void updateExpando(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateProperties
protected void updateProperties(javax.portlet.ActionRequest actionRequest,
com.liferay.portlet.expando.model.ExpandoBridge expandoBridge,
java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception