public class CMSUtils
extends java.lang.Object
| Constructor and Description |
|---|
CMSUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.List<T> |
adaptResources(java.util.List<org.apache.sling.api.resource.Resource> resources,
java.lang.Class<T> type) |
static <T> java.util.List<T> |
adaptResources(org.apache.sling.api.resource.Resource[] resources,
java.lang.Class<T> type) |
static org.apache.sling.api.resource.Resource |
findParentResourceofType(org.apache.sling.api.resource.Resource resource,
java.lang.String type) |
public static final org.apache.sling.api.resource.Resource findParentResourceofType(org.apache.sling.api.resource.Resource resource,
java.lang.String type)
public static final <T> java.util.List<T> adaptResources(org.apache.sling.api.resource.Resource[] resources,
java.lang.Class<T> type)
public static final <T> java.util.List<T> adaptResources(java.util.List<org.apache.sling.api.resource.Resource> resources,
java.lang.Class<T> type)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.