org.apache.wicket.core.util.string
Class UrlUtils

java.lang.Object
  extended by org.apache.wicket.request.UrlUtils
      extended by org.apache.wicket.core.util.string.UrlUtils

Deprecated. Use UrlUtils instead.

@Deprecated
public class UrlUtils
extends UrlUtils

Various url utilities

Author:
igor.vaynberg

Constructor Summary
UrlUtils()
          Deprecated.  
 
Method Summary
static String rewriteToContextRelative(String url, RequestCycle requestCycle)
          Deprecated. use UrlUtils.rewriteToContextRelative(String, org.apache.wicket.request.IRequestCycle) instead
 
Methods inherited from class org.apache.wicket.request.UrlUtils
isRelative, normalizePath, rewriteToContextRelative
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlUtils

public UrlUtils()
Deprecated. 
Method Detail

rewriteToContextRelative

@Deprecated
public static String rewriteToContextRelative(String url,
                                                         RequestCycle requestCycle)
Deprecated. use UrlUtils.rewriteToContextRelative(String, org.apache.wicket.request.IRequestCycle) instead

Rewrites a relative url to be context relative, leaves absolute urls same.

Parameters:
url -
requestCycle -
Returns:
rewritten url


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.