org.exoplatform.services.portletcontainer.pci
Class RenderOutput
java.lang.Object
org.exoplatform.services.portletcontainer.pci.Output
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenderOutput
public RenderOutput()
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.