Class UriBuilderImpl
- java.lang.Object
-
- javax.ws.rs.core.UriBuilder
-
- org.restlet.ext.jaxrs.AbstractUriBuilder
-
- org.restlet.ext.jaxrs.internal.core.UriBuilderImpl
-
@Deprecated public class UriBuilderImpl extends AbstractUriBuilder
Deprecated.Will be removed in next minor release.Implementation of interfaceUriBuilder.- See Also:
UriBuilder
-
-
Constructor Summary
Constructors Constructor Description UriBuilderImpl()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.ws.rs.core.UriBuilderclone()Deprecated.Create a copy of the UriBuilder preserving its state.-
Methods inherited from class org.restlet.ext.jaxrs.AbstractUriBuilder
build, buildFromEncoded, buildFromEncodedMap, buildFromMap, copyInto, fragment, getExtension, host, matrixParam, path, path, path, path, path, port, port, queryParam, replaceMatrix, replaceMatrixParam, replacePath, replacePath, replaceQuery, replaceQueryParam, scheme, schemeSpecificPart, segment, toString, uri, userInfo
-
-
-
-
Method Detail
-
clone
public javax.ws.rs.core.UriBuilder clone()
Deprecated.Create a copy of the UriBuilder preserving its state. This is a more efficient means of creating a copy than constructing a new UriBuilder from a URI returned by theAbstractUriBuilder.build(java.lang.Object...)method.- Specified by:
clonein classjavax.ws.rs.core.UriBuilder- Returns:
- a copy of the UriBuilder
- See Also:
UriBuilder.clone()
-
-