|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.documentserver.schemestrategy.MappedDocumentStrategy
public final class MappedDocumentStrategy
Scheme strategy for the MapedDocumentRepository.
Copyright © 2005 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Field Summary | |
|---|---|
static String |
SCHEME_NAME
Scheme for which this scheme strategy is repsonsible. |
| Constructor Summary | |
|---|---|
MappedDocumentStrategy()
Construct a new object. |
|
| Method Summary | |
|---|---|
InputStream |
getInputStream(URI uri)
Opens the external URI and returns an InputStream to the
referenced object. |
String |
getScheme()
Get the schme that is handled by this strategy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SCHEME_NAME
| Constructor Detail |
|---|
public MappedDocumentStrategy()
| Method Detail |
|---|
public String getScheme()
getScheme in interface SchemeStrategy
public InputStream getInputStream(URI uri)
throws BadFetchError
InputStream to the
referenced object.
getInputStream in interface SchemeStrategyuri - The uri of the object to oben.
InputStream to the referenced object.
BadFetchError - Error opening the document.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||