org.exoplatform.services.portletcontainer.pci
Class RenderOutput

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.pci.Output
      extended by org.exoplatform.services.portletcontainer.pci.RenderOutput
Direct Known Subclasses:
ResourceOutput

public class RenderOutput
extends Output

Created by The eXo Platform SAS Author : Mestrallet Benjamin . benjmestrallet@users.sourceforge.net Date: Jul 30, 2003 Time: 9:08:33 PM


Field Summary
 
Fields inherited from class org.exoplatform.services.portletcontainer.pci.Output
INVALIDATE_SESSION, LOGIN, LOGOUT, PASSWORD, SEND_REDIRECT
 
Constructor Summary
RenderOutput()
           
 
Method Summary
 byte[] getBinContent()
           
 char[] getContent()
           
 String getContentType()
           
 org.exoplatform.commons.utils.Text getMarkup()
          Retrieves the markup from the output.
 Collection<javax.portlet.PortletMode> getNextPossiblePortletModes()
           
 String getTitle()
           
 boolean isCacheHit()
           
 void setCacheHit(boolean cacheHit)
           
 void setContent(byte[] content)
           
 void setContentType(String contentType)
           
 void setMarkup(org.exoplatform.commons.utils.Text markup)
          Set the markup on the output
 void setNextPossiblePortletModes(Collection<javax.portlet.PortletMode> portletModes1)
           
 void setTitle(String title)
           
 
Methods inherited from class org.exoplatform.services.portletcontainer.pci.Output
addProperty, getHeaderProperties, getProperties, getRemovedPublicRenderParameters, getSessionMap, getStatus, hasError, removePublicRenderParameter, setProperties, setSessionMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderOutput

public RenderOutput()
Method Detail

getTitle

public final String getTitle()
Returns:
title

setTitle

public final void setTitle(String title)
Parameters:
title - title

getMarkup

public org.exoplatform.commons.utils.Text getMarkup()
Retrieves the markup from the output.

Returns:
the markup

setMarkup

public void setMarkup(org.exoplatform.commons.utils.Text markup)
Set the markup on the output

Parameters:
markup - the markup

getBinContent

public final byte[] getBinContent()
Returns:
content generated by portlet

getContent

public final char[] getContent()
Returns:
content generated by portlet

setContent

public final void setContent(byte[] content)
Parameters:
content - content generated by portlet

isCacheHit

public final boolean isCacheHit()
Returns:
cache hit

setCacheHit

public final void setCacheHit(boolean cacheHit)
Parameters:
cacheHit - cache hit

getNextPossiblePortletModes

public final Collection<javax.portlet.PortletMode> getNextPossiblePortletModes()
Returns:
next possible portlet modes

setNextPossiblePortletModes

public final void setNextPossiblePortletModes(Collection<javax.portlet.PortletMode> portletModes1)
Parameters:
portletModes1 - next possible portlet modes

getContentType

public final String getContentType()
Returns:
content type

setContentType

public final void setContentType(String contentType)
Parameters:
contentType - content type


Copyright © 2009 eXo Platform SAS. All Rights Reserved.