org.jasig.schedassist.web
Class Utils

java.lang.Object
  extended by org.jasig.schedassist.web.Utils

public class Utils
extends Object

Utility methods for web functions.

Version:
$Id: Utils.java $
Author:
Nicholas Blair

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

Constructor Detail

Utils

public Utils()
Method Detail

urlEncode

public static String urlEncode(String value)
                        throws UnsupportedEncodingException
Parameters:
value -
Returns:
the URL Encoded version of the string argument
Throws:
UnsupportedEncodingException
See Also:
URLEncoder.encode(String, String)


Copyright © 2011 Jasig. All Rights Reserved.