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