org.exoplatform.services.portletcontainer.pci
Class RenderInput

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.pci.Input
      extended by org.exoplatform.services.portletcontainer.pci.RenderInput
Direct Known Subclasses:
ResourceInput

public class RenderInput
extends Input

Created by The eXo Platform SAS Author : Mestrallet Benjamin .


Constructor Summary
RenderInput()
           
 
Method Summary
 String getTitle()
           
 boolean isUpdateCache()
           
 void setTitle(String title)
          For UIPortletLifecycle.processRender, the title getting from UIPortlet.
 void setUpdateCache(boolean updateCache)
           
 
Methods inherited from class org.exoplatform.services.portletcontainer.pci.Input
getBaseURL, getEscapeXml, getInternalWindowID, getLocales, getMarkup, getPortletMode, getPortletPreferencesPersister, getPortletState, getPortletURLFactory, getPropertyParams, getPublicParameterMap, getPublicParamNames, getRenderParameters, getUserAttributes, getWindowState, isStateSaveOnClient, setBaseURL, setEscapeXml, setInternalWindowID, setLocales, setMarkup, setPortletMode, setPortletPreferencesPersister, setPortletState, setPortletURLFactory, setPropertyParams, setPublicParamNames, setRenderParameters, setStateSaveOnClient, setUserAttributes, setWindowState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderInput

public RenderInput()
Method Detail

getTitle

public final String getTitle()
Returns:
title

setTitle

public final void setTitle(String title)
For UIPortletLifecycle.processRender, the title getting from UIPortlet.

Parameters:
title - title

isUpdateCache

public final boolean isUpdateCache()
Returns:
update cache

setUpdateCache

public final void setUpdateCache(boolean updateCache)
Parameters:
updateCache - update cache


Copyright © 2009 eXo Platform SAS. All Rights Reserved.