Uses of Class
org.apache.sling.api.resource.type.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in org.apache.sling.api.resource.type
Methods in org.apache.sling.api.resource.type that return ResourceTypeModifier and TypeMethodDescriptionstatic @NotNull ResourceTypeResourceType.parseResourceType(@NotNull String resourceTypeString) Given aresourceTypeString, this method will extract aResourceTypeobject. -
Uses of ResourceType in org.apache.sling.scripting.spi.bundle
Methods in org.apache.sling.scripting.spi.bundle that return types with arguments of type ResourceTypeModifier and TypeMethodDescription@NotNull Set<ResourceType>BundledRenderUnitCapability.getResourceTypes()Returns the resource types to which aBundledRenderUnitdescribed by this capability will be bound to.