Class RuntimeDTO
java.lang.Object
org.apache.sling.api.resource.runtime.dto.RuntimeDTO
Represents the resource resolver runtime
- Since:
- 1.0.0 (Sling API Bundle 2.11.0)
-
Field Summary
Modifier and TypeFieldDescriptionDTOs for all inactive/failed providers.DTOs for all active providers. -
Constructor Summary
-
Method Summary
-
Field Details
-
providers
DTOs for all active providers. If there is none, the array is empty. -
failedProviders
DTOs for all inactive/failed providers. If there is none, the array is empty.
-
-
Constructor Details
-
RuntimeDTO
public RuntimeDTO()
-