Class RuntimeDTO

java.lang.Object
org.apache.sling.api.resource.runtime.dto.RuntimeDTO

public class RuntimeDTO extends Object
Represents the resource resolver runtime
Since:
1.0.0 (Sling API Bundle 2.11.0)
  • Field Details

    • providers

      public ResourceProviderDTO[] providers
      DTOs for all active providers. If there is none, the array is empty.
    • failedProviders

      public ResourceProviderFailureDTO[] failedProviders
      DTOs for all inactive/failed providers. If there is none, the array is empty.
  • Constructor Details

    • RuntimeDTO

      public RuntimeDTO()