com.liferay.faces.util.helper
Class LongHelper

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

public class LongHelper
extends Object

This class provides additional methods that operate against the javax.lang.Long system class.


Constructor Summary
LongHelper()
           
 
Method Summary
static long toLong(String value)
           
static long toLong(String value, long defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongHelper

public LongHelper()
Method Detail

toLong

public static long toLong(String value)

toLong

public static long toLong(String value,
                          long defaultValue)


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