|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriteException | |
---|---|
net.fckeditor.connector | Central interfaces and classes for the connector life cycle. |
net.fckeditor.connector.impl | Default implementations for the connector interface. |
Uses of WriteException in net.fckeditor.connector |
---|
Methods in net.fckeditor.connector that throw WriteException | |
---|---|
void |
Connector.createFolder(ResourceType type,
String currentFolder,
String newFolder)
Creates a new folder on the backend. |
String |
Connector.fileUpload(ResourceType type,
String currentFolder,
String fileName,
InputStream inputStream)
Uploads a new file on to the backend. |
Uses of WriteException in net.fckeditor.connector.impl |
---|
Methods in net.fckeditor.connector.impl that throw WriteException | |
---|---|
String |
AbstractLocalFileSystemConnector.fileUpload(ResourceType type,
String currentFolder,
String fileName,
InputStream inputStream)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |