@Mapping(value="/grit/ui/auth") @Controller public class AuthController extends BaseController
viewModel| 构造器和说明 |
|---|
AuthController() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.noear.solon.core.handle.ModelAndView |
auth_s(String spaceCode) |
org.noear.solon.core.handle.Result |
auth_save(long subject_id,
int subject_type,
long space_id,
String authRes) |
org.noear.solon.core.handle.Result |
entity_get(long group_id) |
org.noear.solon.core.handle.ModelAndView |
home(Long group_id,
String spaceCode) |
org.noear.solon.core.handle.ModelAndView |
inner(long subject_id,
long space_id,
String spaceCode) |
view@Mapping public org.noear.solon.core.handle.ModelAndView home(Long group_id, String spaceCode) throws SQLException
SQLException@Mapping(value="s") public org.noear.solon.core.handle.ModelAndView auth_s(String spaceCode) throws SQLException
SQLException@Mapping(value="subject.entity.get")
public org.noear.solon.core.handle.Result entity_get(long group_id)
throws SQLException
SQLException@Mapping(value="inner")
public org.noear.solon.core.handle.ModelAndView inner(long subject_id,
long space_id,
String spaceCode)
throws SQLException
SQLException@Mapping(value="ajax/save")
public org.noear.solon.core.handle.Result auth_save(long subject_id,
int subject_type,
long space_id,
String authRes)
throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.