|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.gui.fckeditor.FCKEditorTmpFiles
public class FCKEditorTmpFiles
This class handles the uploaded files for the fckeditor. The editor uses the FCKEditoSimpleUploadServlet to upload the files. The files are stored in the tmp directory until the dialog gets saved. For each file is the Document object saved in the session.
Constructor Summary | |
---|---|
FCKEditorTmpFiles()
|
Method Summary | |
---|---|
static void |
addDocument(Document doc,
String uuid)
Add a document to the session |
static Document |
getDocument(String uuid)
Get a saved document |
static void |
removeDocument(String uuid)
Remove a document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FCKEditorTmpFiles()
Method Detail |
---|
public static Document getDocument(String uuid)
uuid
-
public static void addDocument(Document doc, String uuid)
doc
- uuid
- public static void removeDocument(String uuid)
uuid
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |