public class JbootShiroUtil extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static Set<String> |
excludedMethodName |
private static String |
SLASH |
| 构造器和说明 |
|---|
JbootShiroUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
createActionKey(Class<? extends com.jfinal.core.Controller> controllerClass,
Method method,
String controllerKey)
参考ActionMapping中的实现。
|
static Set<String> |
getControllerExcludedMethodName() |
private static final Set<String> excludedMethodName
public JbootShiroUtil()
public static String createActionKey(Class<? extends com.jfinal.core.Controller> controllerClass, Method method, String controllerKey)
controllerClass - method - controllerKey - public static Set<String> getControllerExcludedMethodName()
Copyright © 2024. All rights reserved.