org.portletfaces.liferay.faces.helper
Class LongHelper

java.lang.Object
  extended by org.portletfaces.liferay.faces.helper.LongHelper

public class LongHelper
extends java.lang.Object

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


Constructor Summary
LongHelper()
           
 
Method Summary
static long toLong(java.lang.String value)
           
static long toLong(java.lang.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(java.lang.String value)

toLong

public static long toLong(java.lang.String value,
                          long defaultValue)


Copyright © 2011 portletfaces.org. All Rights Reserved.