Class RuntimeDTO


  • public class RuntimeDTO
    extends java.lang.Object
    Represents the resource resolver runtime
    Since:
    1.0.0 (Sling API Bundle 2.11.0)
    • Constructor Summary

      Constructors 
      Constructor Description
      RuntimeDTO()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()