Class UriBuilder
- java.lang.Object
-
- org.xwiki.repository.UriBuilder
-
- org.xwiki.extension.repository.xwiki.UriBuilder
-
- All Implemented Interfaces:
Cloneable
@Deprecated public class UriBuilder extends UriBuilder
Deprecated.since 4.2M1 useUriBuilder
insteadGenerate a URI to use to request a REST server.Support javax.ws.rs.Path style URIs.
- Since:
- 4.0M1
- Version:
- $Id: c3e7351e2dd69bd7a2090af457ef488925a837c9 $
-
-
Constructor Summary
Constructors Constructor Description UriBuilder(String base, String path)
Deprecated.UriBuilder(URI base, String path)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description UriBuilder
clone()
Deprecated.-
Methods inherited from class org.xwiki.repository.UriBuilder
build, encode, isUnreserved, queryParam, toString
-
-
-
-
Method Detail
-
clone
public UriBuilder clone()
Deprecated.- Overrides:
clone
in classUriBuilder
-
-