| Package | Description |
|---|---|
| com.baidu.ueditor.define | |
| com.baidu.ueditor.hunter | |
| com.baidu.ueditor.upload |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseState |
class |
MultiState
多状态集合状态
其包含了多个状态的集合, 其本身自己也是一个状态
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiState.addState(State state) |
| Modifier and Type | Method and Description |
|---|---|
State |
ImageHunter.capture(String[] list) |
State |
ImageHunter.captureRemoteData(String urlStr) |
State |
FileManager.listFile(int index) |
| Modifier and Type | Method and Description |
|---|---|
State |
Uploader.doExec() |
static State |
BinaryUploader.save(javax.servlet.http.HttpServletRequest request,
Map<String,Object> conf) |
static State |
Base64Uploader.save(String content,
Map<String,Object> conf) |
static State |
StorageManager.saveBinaryFile(byte[] data,
String path) |
static State |
StorageManager.saveFileByInputStream(InputStream is,
String path) |
static State |
StorageManager.saveFileByInputStream(InputStream is,
String path,
long maxSize) |
Copyright © 2016. All rights reserved.