ApiResourceWrapper.java
626 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.resource.Resource
* org.apache.sling.api.resource.ResourceWrapper
*/
package com.adobe.granite.rest.impl;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.api.resource.ResourceWrapper;
public class ApiResourceWrapper
extends ResourceWrapper {
public static final String RESOURCE_TYPE = "granite/rest/core/resource";
public ApiResourceWrapper(Resource resource) {
super(resource);
}
public String getResourceType() {
return "granite/rest/core/resource";
}
}