Class FilterDTOBuilder


  • public final class FilterDTOBuilder
    extends Object
    • Constructor Detail

      • FilterDTOBuilder

        public FilterDTOBuilder()
    • Method Detail

      • build

        @NotNull
        public static @NotNull org.osgi.service.servlet.runtime.dto.FilterDTO[] build​(@NotNull
                                                                                      @NotNull FilterHandler[] handlers)
        Build an array of filter DTOs from a filter handler array
        Parameters:
        handlers - The filter handler array
        Returns:
        The filter DTO array
      • build

        @NotNull
        public static @NotNull org.osgi.service.servlet.runtime.dto.FilterDTO build​(@NotNull
                                                                                    @NotNull FilterHandler handler,
                                                                                    int reason)
        Build a filter DTO from a filter handler
        Parameters:
        handler - The filter handler
        Returns:
        A filter DTO
      • build

        @NotNull
        public static @NotNull org.osgi.service.servlet.runtime.dto.FilterDTO build​(@NotNull
                                                                                    @NotNull FilterInfo info,
                                                                                    int reason)
        Build a filter DTO from a filter info
        Parameters:
        info - The filter info
        Returns:
        A filter DTO