Class ServletRegistry.ServletData

    • Field Detail

      • servletKey

        protected final String servletKey
      • properties

        protected final org.apache.sling.api.resource.ValueMap properties
    • Constructor Detail

      • ServletData

        public ServletData​(@NotNull
                           @NotNull org.osgi.framework.ServiceReference<javax.servlet.Servlet> reference)
    • Method Detail

      • getProperyKeys

        @NotNull
        public @NotNull Set<String> getProperyKeys()
      • getPropery

        @NotNull
        public <T> T getPropery​(@NotNull
                                @NotNull String key,
                                @NotNull
                                T defaultValue)
      • getPropery

        @Nullable
        public <T> T getPropery​(@NotNull
                                @NotNull String key,
                                @NotNull
                                @NotNull Class<T> type)
      • getServletKey

        @NotNull
        public @NotNull String getServletKey()