com.liferay.faces.util.helper
Class ShortHelper

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

public class ShortHelper
extends Object

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


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

Constructor Detail

ShortHelper

public ShortHelper()
Method Detail

toShort

public static short toShort(String value)

toShort

public static short toShort(String value,
                            short defaultValue)


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