|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Document in info.magnolia.cms.beans.runtime |
---|
Methods in info.magnolia.cms.beans.runtime that return Document | |
---|---|
Document |
MultipartForm.getDocument(String name)
|
Methods in info.magnolia.cms.beans.runtime that return types with arguments of type Document | |
---|---|
Map<String,Document> |
MultipartForm.getDocuments()
|
Uses of Document in info.magnolia.cms.gui.fckeditor |
---|
Methods in info.magnolia.cms.gui.fckeditor that return Document | |
---|---|
static Document |
FCKEditorTmpFiles.getDocument(String uuid)
Get a saved document |
Methods in info.magnolia.cms.gui.fckeditor with parameters of type Document | |
---|---|
static void |
FCKEditorTmpFiles.addDocument(Document doc,
String uuid)
Add a document to the session |
Uses of Document in info.magnolia.cms.util |
---|
Methods in info.magnolia.cms.util that return Document | |
---|---|
Document |
RequestFormUtil.getDocument(String name)
Deprecated. |
Uses of Document in info.magnolia.importexport |
---|
Methods in info.magnolia.importexport with parameters of type Document | |
---|---|
static void |
DataTransporter.importDocument(Document xmlDocument,
String repositoryName,
String basepath,
boolean keepVersionHistory,
int importMode,
boolean saveAfterImport,
boolean createBasepathIfNotExist)
Converts a xml document into a file. |
Uses of Document in info.magnolia.module.admininterface |
---|
Methods in info.magnolia.module.admininterface with parameters of type Document | |
---|---|
static void |
SaveHandlerImpl.saveDocument(Content node,
Document doc,
String name,
String fileName,
String template)
Saves a uploaded file in the magnolia way. |
Uses of Document in info.magnolia.module.admininterface.pages |
---|
Methods in info.magnolia.module.admininterface.pages that return Document | |
---|---|
Document |
ImportPage.getMgnlFileImport()
Getter for mgnlFileImport . |
Methods in info.magnolia.module.admininterface.pages with parameters of type Document | |
---|---|
void |
ImportPage.setMgnlFileImport(Document mgnlFileImport)
Setter for mgnlFileImport . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |