|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocatorIF
PUBLIC: Locators that refer to resources. Implementations of this interface must implement the toString(), equals() and hashCode() methods. Note that the result of toString() must include not just the locator itself but also the notation name. Implementations should always be immutable.
Method Summary | |
---|---|
java.lang.String |
getAddress()
PUBLIC: Returns the locator address in absolute and normalized form. |
java.lang.String |
getExternalForm()
PUBLIC: Returns the address of the locator in external form; that is, with special characters that need to be escaped escaped using the escape syntax of the locator notation. |
java.lang.String |
getNotation()
PUBLIC: Gets the locator notation. |
LocatorIF |
resolveAbsolute(java.lang.String address)
PUBLIC: Given a locator address string that is relative to this locator, return an absolute locator. |
Method Detail |
---|
java.lang.String getNotation()
Note that only the URI notation is supported in release OKS 4.0 and newer.
java.lang.String getAddress()
LocatorIF resolveAbsolute(java.lang.String address)
java.lang.String getExternalForm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |