org.tm4j.net .URILocator

Description

Defines a locator that represents a Uniform Resource Identifier (URI).

Interfaces

Method Summary
java.lang.String getAuthority()
Returns the authority associated with the URI.
java.lang.String getFragment()
Returns a string indicating an identifier of a fragment of the object that the URI represents.
java.util.List getPath()
Returns a list of strings composing the full path of the object that the URI represents.
java.lang.String getPathString()
Returns a string indicating the full path to the object that the URI represents.
java.lang.String getQuery()
Returns a query string associated with the object that the URI represents.
java.lang.String getScheme()
Returns the scheme associated with the URI.