当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
Helper - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.migration.model20.other
Class Helper
java.lang.Object
org.jboss.portal.migration.model20.other.Helper
- public class Helper
- extends java.lang.Object
- Version:
- $Revision: 5449 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_INT_ARRAY
public static final int[] EMPTY_INT_ARRAY
EMPTY_BOOLEAN_ARRAY
public static final boolean[] EMPTY_BOOLEAN_ARRAY
EMPTY_OBJECT_ARRAY
public static final java.lang.Object[] EMPTY_OBJECT_ARRAY
EMPTY_STRING_ARRAY
public static final java.lang.String[] EMPTY_STRING_ARRAY
INTEGER_CONVERTER
public static final Converter INTEGER_CONVERTER
BOOLEAN_CONVERTER
public static final Converter BOOLEAN_CONVERTER
Helper
public Helper()
toInt
public static int toInt(java.lang.String value)
throws NullConversionException,
FormatConversionException
- Throws:
NullConversionException
FormatConversionException
toBoolean
public static boolean toBoolean(java.lang.String value)
throws NullConversionException,
FormatConversionException
- Throws:
NullConversionException
FormatConversionException
toString
public static java.lang.String toString(int value)
toString
public static java.lang.String toString(boolean value)
toString
public static java.lang.String toString(java.lang.Object value,
Converter converter)
throws NullConversionException,
FormatConversionException,
java.lang.IllegalArgumentException
- Throws:
NullConversionException
FormatConversionException
java.lang.IllegalArgumentException
toStringArray
public static java.lang.String[] toStringArray(int[] values)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
toStringArray
public static java.lang.String[] toStringArray(boolean[] values)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
toStringArray
public static java.lang.String[] toStringArray(java.lang.Object[] values,
Converter converter)
throws NullConversionException,
FormatConversionException,
java.lang.IllegalArgumentException
- Throws:
NullConversionException
FormatConversionException
java.lang.IllegalArgumentException