|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be implemented by all classes that are
registered in the HTTP server's document base. The registration is
done using the IHTTPServer.register
method.
Method Summary | |
java.lang.String |
getDescription()
A textual description of the entry. |
IDocument |
getDocument(java.lang.String path)
Return the IDocument
document according to this path. |
Method Detail |
public IDocument getDocument(java.lang.String path) throws HTTPException, ShareMeException
IDocument
document according to this path.
path
- java.lang.string
to specify the
document after the matching prefix has been stripped away.
Note: Do not strip away any leading '/', '?' characters.
IDocument
document referenzed by path
HTTPException
- If the file "path" can't be
found.
ShareMeException
- If an error occurs.public java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |