Liferay 7.0-ce-m6

com.liferay.portlet.expando
Class ExpandoPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by com.liferay.portal.kernel.portlet.LiferayPortlet
          extended by com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
              extended by com.liferay.portlet.expando.ExpandoPortlet
All Implemented Interfaces:
EventPortlet, Portlet, PortletConfig, ResourceServingPortlet

public class ExpandoPortlet
extends MVCPortlet


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
aboutTemplate, clearRequestParameters, configTemplate, copyRequestParameters, editDefaultsTemplate, editGuestTemplate, editTemplate, helpTemplate, previewTemplate, printTemplate, templatePath, viewTemplate
 
Fields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage, alwaysSendRedirect
 
Constructor Summary
ExpandoPortlet()
           
 
Method Summary
 void addExpando(ActionRequest actionRequest, ActionResponse actionResponse)
           
 void deleteExpando(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void doDispatch(RenderRequest renderRequest, RenderResponse renderResponse)
           
protected  Serializable getValue(PortletRequest portletRequest, String name, int type)
           
protected  boolean isSessionErrorException(Throwable cause)
           
 void updateExpando(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void updateProperties(ActionRequest actionRequest, ExpandoBridge expandoBridge, String name)
           
 
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
 

Constructor Detail

ExpandoPortlet

public ExpandoPortlet()
Method Detail

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

Liferay 7.0-ce-m6