org.eclipse.higgins.rpps.core.utils
Class Utils

java.lang.Object
  extended byorg.eclipse.higgins.rpps.core.utils.Utils

public class Utils
extends Object

Author:
Alexander Yuhimenko

Constructor Summary
Utils()
           
 
Method Summary
static String cleanURLQuery(String url)
          Remove query from url
static void cleanURLQuery(org.eclipse.higgins.userprofile.entity.WebForm webForm)
          Remove query from url
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

cleanURLQuery

public static String cleanURLQuery(String url)
Remove query from url

Parameters:
url -
Returns:
url without query

cleanURLQuery

public static void cleanURLQuery(org.eclipse.higgins.userprofile.entity.WebForm webForm)
Remove query from url

Parameters:
webForm -