Class FolderRedirectorDoc
java.lang.Object
ch.software_atelier.simpleflex.docs.WebDoc
ch.software_atelier.simpleflex.docs.impl.RedirectorDoc
ch.software_atelier.simpleflex.docs.impl.FolderRedirectorDoc
- All Implemented Interfaces:
Closeable,AutoCloseable
- Author:
- tk This class simply redirects to the actual Folder, if the request-string does not ends with a "/".
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.software_atelier.simpleflex.docs.WebDoc
WebDoc.HTTPCode -
Field Summary
Fields inherited from class ch.software_atelier.simpleflex.docs.WebDoc
DATA_BYTE, DATA_STREAM -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.software_atelier.simpleflex.docs.impl.RedirectorDoc
byteData, close, dataType, mime, name, size, streamDataMethods inherited from class ch.software_atelier.simpleflex.docs.WebDoc
getHeaders, getHttpCode, setHTTPCode
-
Constructor Details
-
FolderRedirectorDoc
Just Needs the Request-String- Parameters:
reqStr-
-