hu.midori.kosmos.portlet.util
Class PortletUtils

java.lang.Object
  extended by hu.midori.kosmos.portlet.util.PortletUtils

public class PortletUtils
extends java.lang.Object

Utility methods for portlets.

Version:
$Id$
Author:
Aron Gombas

Constructor Summary
protected PortletUtils()
          This class should never be instantiated.
 
Method Summary
static java.util.List<java.lang.String> breakCommaSeparatedString(java.lang.String commaSeparated)
          Breaks a comma-separated string to its components and returns them as List.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletUtils

protected PortletUtils()
This class should never be instantiated.

Method Detail

breakCommaSeparatedString

public static java.util.List<java.lang.String> breakCommaSeparatedString(java.lang.String commaSeparated)
Breaks a comma-separated string to its components and returns them as List.