|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinkManager
The LinkManager is responsible for storing the mapping between a Link instance and a URI.
Method Summary | |
---|---|
java.net.URI |
getTargetURI(java.net.URI link)
Returns the URI that the supplied link URI is referencing. |
void |
setTargetURI(java.net.URI link,
java.net.URI target)
Sets the URI for the provided link URI. |
Method Detail |
---|
void setTargetURI(java.net.URI link, java.net.URI target) throws java.io.IOException
link
- the uri of the linktarget
- the uri of the target that the link redirects to
java.io.IOException
- if an IO error occursjava.net.URI getTargetURI(java.net.URI link) throws java.io.IOException
link
- the link uri
java.io.IOException
- if an IO error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |