Class RegistryRuntime

java.lang.Object
org.apache.felix.http.base.internal.runtime.dto.RegistryRuntime

public final class RegistryRuntime extends Object
  • Constructor Details

    • RegistryRuntime

      public RegistryRuntime(FailedDTOHolder failedDTOHolder, Collection<org.osgi.service.servlet.runtime.dto.ServletContextDTO> contextDTOs, Collection<org.osgi.service.servlet.runtime.dto.PreprocessorDTO> preprocessorDTOs)
  • Method Details

    • getFailedDTOHolder

      public FailedDTOHolder getFailedDTOHolder()
    • getServletContextDTOs

      public Collection<org.osgi.service.servlet.runtime.dto.ServletContextDTO> getServletContextDTOs()
    • getPreprocessorDTOs

      public Collection<org.osgi.service.servlet.runtime.dto.PreprocessorDTO> getPreprocessorDTOs()