com.liferay.faces.util.helper
Class IntegerHelper

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

public class IntegerHelper
extends Object

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


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

Constructor Detail

IntegerHelper

public IntegerHelper()
Method Detail

toInteger

public static int toInteger(String value)

toInteger

public static int toInteger(String value,
                            int defaultValue)


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