com.liferay.portlet.expando
Class ExpandoPortlet
java.lang.Object
javax.portlet.GenericPortlet
com.liferay.portal.kernel.portlet.LiferayPortlet
com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
com.liferay.portlet.expando.ExpandoPortlet
- All Implemented Interfaces:
- EventPortlet, Portlet, PortletConfig, ResourceServingPortlet
public class ExpandoPortlet
- extends MVCPortlet
| Fields inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet |
aboutTemplate, clearRequestParameters, configTemplate, copyRequestParameters, editDefaultsTemplate, editGuestTemplate, editTemplate, helpTemplate, previewTemplate, printTemplate, templatePath, viewTemplate |
| Methods inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet |
callActionMethod, callResourceMethod, checkPath, checkPermissions, destroy, doAbout, doConfig, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, getPath, hideDefaultErrorMessage, hideDefaultSuccessMessage, include, include, include, include, include, init, invokeTaglibDiscussion, invokeTaglibDiscussionPagination, processAction, serveResource |
| Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet |
addSuccessMessage, getActionMethod, getJSONContentType, getRedirect, getResourceMethod, getServletContext, getTitle, isAlwaysSendRedirect, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, sendRedirect, translate, translate, writeJSON, writeJSON |
| Methods inherited from class javax.portlet.GenericPortlet |
doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, init, processEvent, render |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoPortlet
public ExpandoPortlet()
addExpando
public void addExpando(ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Throws:
Exception
deleteExpando
public void deleteExpando(ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Throws:
Exception
updateExpando
public void updateExpando(ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Throws:
Exception
doDispatch
protected void doDispatch(RenderRequest renderRequest,
RenderResponse renderResponse)
throws IOException,
PortletException
- Overrides:
doDispatch in class MVCPortlet
- Throws:
IOException
PortletException
getValue
protected Serializable getValue(PortletRequest portletRequest,
String name,
int type)
throws PortalException
- Throws:
PortalException
isSessionErrorException
protected boolean isSessionErrorException(Throwable cause)
- Overrides:
isSessionErrorException in class LiferayPortlet
updateProperties
protected void updateProperties(ActionRequest actionRequest,
ExpandoBridge expandoBridge,
String name)
throws Exception
- Throws:
Exception