org.exoplatform.services.portletcontainer.plugins.pc.utils
Class PortletUtil

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.plugins.pc.utils.PortletUtil

public class PortletUtil
extends java.lang.Object

Created by the Exo Development team. Author : Tuan Nguyen tuan08@users.sourceforge.net


Constructor Summary
PortletUtil()
           
 
Method Summary
static java.lang.String getDescription(Portlet portlet, java.lang.String lang)
           
static java.lang.String getPortletTitle(Portlet portlet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletUtil

public PortletUtil()
Method Detail

getPortletTitle

public static final java.lang.String getPortletTitle(Portlet portlet)
Parameters:
portlet - portlet object
Returns:
portlet title

getDescription

public static final java.lang.String getDescription(Portlet portlet,
                                                    java.lang.String lang)
Parameters:
portlet - portlet object
lang - language
Returns:
description for specified language


Copyright © 2010 eXo Platform SAS. All Rights Reserved.