org.extremecomponents.util
Class ExtremeUtils

java.lang.Object
  extended byorg.extremecomponents.util.ExtremeUtils

public class ExtremeUtils
extends java.lang.Object

Author:
jeff johnston

Method Summary
static java.lang.String camelCaseToWord(java.lang.String camelCaseText)
          Convert camelCase text to a readable word.
static java.lang.String formatDate(java.lang.String parse, java.lang.String format, java.lang.Object value)
           
static java.lang.String formatNumber(java.lang.String format, java.lang.String value)
           
static java.lang.Object retrieveFromScope(javax.servlet.jsp.PageContext pageContext, java.lang.String name, java.lang.String scope)
          Get the bean out of the proper scope.
static int sessionSize(javax.servlet.http.HttpSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

camelCaseToWord

public static java.lang.String camelCaseToWord(java.lang.String camelCaseText)
Convert camelCase text to a readable word. example: camelCaseToWord --> Camel Case To Word


formatDate

public static java.lang.String formatDate(java.lang.String parse,
                                          java.lang.String format,
                                          java.lang.Object value)

formatNumber

public static java.lang.String formatNumber(java.lang.String format,
                                            java.lang.String value)

retrieveFromScope

public static java.lang.Object retrieveFromScope(javax.servlet.jsp.PageContext pageContext,
                                                 java.lang.String name,
                                                 java.lang.String scope)
Get the bean out of the proper scope.


sessionSize

public static int sessionSize(javax.servlet.http.HttpSession session)


Copyright © 2004 sourceforge. All Rights Reserved.