|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object gboat2.base.core.web.SplitMetadataStrategy
public abstract class SplitMetadataStrategy
拆分元数据
构造方法摘要 | |
---|---|
SplitMetadataStrategy()
|
方法摘要 | |
---|---|
boolean |
checkOperaAuthorityByMethodCode(net.sf.json.JSONObject jsonObject,
BaseActionSupport action)
判断操作的权限 |
abstract net.sf.json.JSONObject |
decorateMetadata(net.sf.json.JSONObject returned,
String invokeMethod,
BaseActionSupport action)
|
net.sf.json.JSONArray |
filtMetaOperas(net.sf.json.JSONArray preJSONArray,
BaseActionSupport action)
过滤数据的操作权限 |
net.sf.json.JSONArray |
getSystemButtonsJSON(BaseActionSupport action,
String invokeMethod)
以下方法可以抽取公共方法:第一版重构,先放到抽象类中 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public SplitMetadataStrategy()
方法详细信息 |
---|
public abstract net.sf.json.JSONObject decorateMetadata(net.sf.json.JSONObject returned, String invokeMethod, BaseActionSupport action)
public net.sf.json.JSONArray getSystemButtonsJSON(BaseActionSupport action, String invokeMethod)
public boolean checkOperaAuthorityByMethodCode(net.sf.json.JSONObject jsonObject, BaseActionSupport action)
jsonObject
- -- 操作action
-
public net.sf.json.JSONArray filtMetaOperas(net.sf.json.JSONArray preJSONArray, BaseActionSupport action)
preJSONArray
- action
-
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |