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