Class RuntimeDTO


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

      • 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 Detail

      • RuntimeDTO

        public RuntimeDTO()