Node Director
|
Public Member Functions | |
FetcherImpl () | |
java.io.InputStream | inputStream () throws DirectorException |
DocURNHandler | URNHandler () |
Accessor for attribute URNHandler. | |
void | URNHandler (DocURNHandler URNHandler) |
Mutator for attribute URNHandler. | |
String | type () |
Get file type. | |
String | caption () |
Return title. | |
DBObject | urnParts () |
String | expandUrnParts (String source) |
String | expandedOption (String name) |
Options | fetcherOpts () |
Protected Attributes | |
DocURNHandler | URNHandler = null |
The URN handler. |
sfi.director.application.autodoc.urn.FetcherImpl.FetcherImpl | ( | ) |
String sfi.director.application.autodoc.urn.FetcherImpl.caption | ( | ) |
Return title.
Implements sfi.director.application.autodoc.urn.Fetcher.
References sfi.director.application.autodoc.urn.FetcherImpl.expandedOption().
String sfi.director.application.autodoc.urn.FetcherImpl.expandedOption | ( | String | name | ) |
References sfi.director.application.autodoc.urn.FetcherImpl.expandUrnParts(), and sfi.director.application.autodoc.urn.FetcherImpl.fetcherOpts().
Referenced by sfi.director.application.autodoc.urn.FetcherImpl.caption(), sfi.director.application.autodoc.urn.FileFetcher.inputStream(), and sfi.director.application.autodoc.urn.FetcherImpl.type().
String sfi.director.application.autodoc.urn.FetcherImpl.expandUrnParts | ( | String | source | ) |
Options sfi.director.application.autodoc.urn.FetcherImpl.fetcherOpts | ( | ) |
java.io.InputStream sfi.director.application.autodoc.urn.FetcherImpl.inputStream | ( | ) | throws DirectorException |
Implements sfi.director.application.autodoc.urn.Fetcher.
Reimplemented in sfi.director.application.autodoc.urn.FileFetcher.
String sfi.director.application.autodoc.urn.FetcherImpl.type | ( | ) |
Get file type.
Implements sfi.director.application.autodoc.urn.Fetcher.
References sfi.director.application.autodoc.urn.FetcherImpl.expandedOption(), and sfi.director.application.autodoc.urn.FetcherImpl.URNHandler().
DocURNHandler sfi.director.application.autodoc.urn.FetcherImpl.URNHandler | ( | ) |
Accessor for attribute URNHandler.
The URN handler.
Referenced by sfi.director.application.autodoc.urn.FetcherImpl.fetcherOpts(), sfi.director.application.autodoc.urn.FileFetcher.inputStream(), sfi.director.application.autodoc.urn.FetcherImpl.type(), sfi.director.application.autodoc.urn.FetcherImpl.URNHandler(), and sfi.director.application.autodoc.urn.FetcherImpl.urnParts().
void sfi.director.application.autodoc.urn.FetcherImpl.URNHandler | ( | DocURNHandler | URNHandler | ) |
Mutator for attribute URNHandler.
The URN handler.
Implements sfi.director.application.autodoc.urn.Fetcher.
References sfi.director.application.autodoc.urn.FetcherImpl.URNHandler().
DBObject sfi.director.application.autodoc.urn.FetcherImpl.urnParts | ( | ) |
|
protected |
The URN handler.