类 RestResource
java.lang.Object
com.mbap.mybatis.domain.SysEntity
com.mbap.pp.core.resource.domain.RestResource
- 所有已实现的接口:
Serializable,org.json.JSONString
@TableName("sys_rest_resource")
@TableComment("\u8d44\u6e90")
public class RestResource
extends com.mbap.mybatis.domain.SysEntity
implements Serializable, org.json.JSONString
资源实体类
- 作者:
- Amanda.Z
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getId()getName()getPath()针对restful风格的访问路径如/abc/{id}/{name}录入资源时,产生正则表达式,用在拦截器判断时调用getType()voidsetDescription(String description) voidvoidvoidvoidsetRequestType(String requestType) voidsetResourceId(String resourceId) voidsetServiceName(String serviceName) voidsetServicePath(String servicePath) void从类继承的方法 com.mbap.mybatis.domain.SysEntity
getDeleted, getInsertTime, getOrderCode, getUpdateTime, setDeleted, setInsertTime, setOrderCode, setUpdateTime
-
构造器详细资料
-
RestResource
public RestResource()
-
-
方法详细资料
-
getName
-
setName
-
getDescription
-
getRequestType
-
setRequestType
-
getResourceId
-
setResourceId
-
setDescription
-
getPath
-
setPath
-
getMenuPath
-
getId
-
setId
-
getServiceName
-
setServiceName
-
getServicePath
-
setServicePath
-
getType
-
setType
-
getPattern
针对restful风格的访问路径如/abc/{id}/{name}录入资源时,产生正则表达式,用在拦截器判断时调用- 返回:
- 正则表达式
-
toJSONString
- 指定者:
toJSONString在接口中org.json.JSONString
-