|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceWriteDestination
A navigation point that sets a resource description and/or contents.
| Method Summary | |
|---|---|
java.io.OutputStream |
getOutputStream(com.globalmentor.urf.URFResource resourceDescription,
GuiseSession session,
com.globalmentor.net.URIPath navigationPath,
Bookmark bookmark,
java.net.URI referrerURI)
Retrieves an output stream to the resource. |
| Methods inherited from interface com.guiseframework.Destination |
|---|
exists, getCategories, getPath, getPath, getPathPattern, isAuthorized, setCategories |
| Methods inherited from interface com.globalmentor.beans.PropertyBindable |
|---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Method Detail |
|---|
java.io.OutputStream getOutputStream(com.globalmentor.urf.URFResource resourceDescription,
GuiseSession session,
com.globalmentor.net.URIPath navigationPath,
Bookmark bookmark,
java.net.URI referrerURI)
throws com.globalmentor.net.ResourceIOException
session - The current Guise Session.navigationPath - The navigation path relative to the application context path.bookmark - The bookmark for this navigation path, or null if there is no bookmark involved in navigation.referrerURI - The URI of the referring component or other entity with no query or fragment, or null if no referring URI is known.
java.lang.NullPointerException - if the given navigation path is null.
com.globalmentor.net.ResourceIOException - Thrown if there is an error writing to the resource.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||