wt.infoengine
Class Utilities

java.lang.Object
  extended bywt.infoengine.Utilities

public class Utilities
extends Object


Constructor Summary
Utilities()
           
 
Method Summary
static String toMixedCase(String oldstring)
          Converts the request to the classname syntax.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utilities

public Utilities()
Method Detail

toMixedCase

public static String toMixedCase(String oldstring)
Converts the request to the classname syntax. Specifically it removes the hyphen, sets the first word to all lower case, and sets the first character of the second word to uppercase

Parameters:
oldstring - The request in original form
Returns:
The request in the converted form