Any filters on this web resource are inherited. Removal of filters may cause undefined behaviour. @param path the additional path. @return the new web resource.
When constructing the final path, a '/' separator will be inserted between the existing path and the supplied path if necessary. Existing '/' characters are preserved thus a single value can represent multiple URI path segments.
A snapshot of the present configuration of the current (parent) target instance is taken and is inherited by the newly constructed (child) target instance.
@param path the path, may contain URI template parameters. @return a new target instance. @throws NullPointerException if path is {@code null}.null
otherwise. The path consists of a leading segment separator character (a slash), if the path is absolute, followed by the slash-separated path segments. If this URI has a separate device component, it is not included in the path.
This is a derived property, shortcut for {@link #getParentPath()} + "/" + getNode().getName()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|