public abstract class WebdavAbstractHandler extends Object implements org.noear.solon.core.handle.Handler
| 构造器和说明 |
|---|
WebdavAbstractHandler(boolean range) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract FileSystem |
fileSystem()
文件管理系统
|
void |
handle(org.noear.solon.core.handle.Context ctx) |
abstract String |
prefix()
访问前缀
|
abstract String |
user(org.noear.solon.core.handle.Context ctx)
获取用户名
获取不到返回空
表示未登录
|
public abstract String user(org.noear.solon.core.handle.Context ctx)
ctx - public abstract FileSystem fileSystem()
public abstract String prefix()
public void handle(org.noear.solon.core.handle.Context ctx)
handle 在接口中 org.noear.solon.core.handle.HandlerCopyright © 2024. All rights reserved.