org.jasig.schedassist.web
Class Utils
java.lang.Object
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
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.