com.liferay.faces.util.helper
Class StringHelper

java.lang.Object
  extended by com.liferay.faces.util.helper.StringHelper

public class StringHelper
extends Object

Author:
Neil Griffin

Constructor Summary
StringHelper()
           
 
Method Summary
static String[] append(String[] array, String... value)
           
static String toString(Object value, String defaultValue)
           
static String toString(String[] values, String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringHelper

public StringHelper()
Method Detail

append

public static String[] append(String[] array,
                              String... value)

toString

public static String toString(Object value,
                              String defaultValue)

toString

public static String toString(String[] values,
                              String defaultValue)


Copyright © 2015 Liferay, Inc.. All rights reserved.