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 ResourceType
ResourceType.parseResourceType
(@NotNull String resourceTypeString) Given aresourceTypeString
, this method will extract aResourceType
object. -
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 aBundledRenderUnit
described by this capability will be bound to.