Interface UriInfo


public interface UriInfo
An injectable interface that provides access to application and request URI information. Relative URIs are relative to the base URI of the application, see getBaseUri().

All methods throw java.lang.IllegalStateException if called outside the scope of a request (e.g. from a provider constructor).

Since:
1.0
See Also: