org.xwiki.extension.repository.xwiki
Class UriBuilder

java.lang.Object
  extended by org.xwiki.repository.UriBuilder
      extended by org.xwiki.extension.repository.xwiki.UriBuilder
All Implemented Interfaces:
Cloneable

Deprecated. since 4.2M1 use UriBuilder instead

@Deprecated
public class UriBuilder
extends UriBuilder

Generate a URI to use to request a REST server.

Support javax.ws.rs.Path style URIs.

Since:
4.0M1
Version:
$Id: e9cd5484aed4a54497b6a0009cfde42070067f22 $

Constructor Summary
UriBuilder(String base, String path)
          Deprecated.  
UriBuilder(URI base, String path)
          Deprecated.  
 
Method Summary
 UriBuilder clone()
          Deprecated.  
 
Methods inherited from class org.xwiki.repository.UriBuilder
build, encode, isUnreserved, queryParam, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UriBuilder

public UriBuilder(URI base,
                  String path)
Deprecated. 

UriBuilder

public UriBuilder(String base,
                  String path)
Deprecated. 
Method Detail

clone

public UriBuilder clone()
Deprecated. 
Overrides:
clone in class UriBuilder


Copyright © 2004-2013 XWiki. All Rights Reserved.