public class DefaultJerseyApplicationPath extends java.lang.Object implements JerseyApplicationPath
JerseyApplicationPath that derives the path from
JerseyProperties or the @ApplicationPath annotation.| Constructor and Description |
|---|
DefaultJerseyApplicationPath(java.lang.String applicationPath,
org.glassfish.jersey.server.ResourceConfig config) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath()
Returns the configured path of the application.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrefix, getRelativePath, getUrlMappingpublic DefaultJerseyApplicationPath(java.lang.String applicationPath,
org.glassfish.jersey.server.ResourceConfig config)
public java.lang.String getPath()
JerseyApplicationPathgetPath in interface JerseyApplicationPath