@Mapping(value="/grit/ui/resource/space") @Controller public class ResourceSpaceController extends BaseController
viewModel| 构造器和说明 |
|---|
ResourceSpaceController() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
exportDo(org.noear.solon.core.handle.Context ctx,
long space_id)
批量导出
|
org.noear.solon.core.handle.ModelAndView |
home() |
org.noear.solon.core.handle.Result |
importDo(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.UploadedFile file)
批量导入
|
view@Mapping
public org.noear.solon.core.handle.ModelAndView home()
throws SQLException
SQLException@Mapping(value="ajax/import")
public org.noear.solon.core.handle.Result importDo(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.UploadedFile file)
throws Exception
ExceptionCopyright © 2022. All rights reserved.