Class FilterDTOBuilder

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

public final class FilterDTOBuilder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.osgi.service.servlet.runtime.dto.FilterDTO[]
    build(FilterHandler[] handlers)
    Build an array of filter DTOs from a filter handler array
    static org.osgi.service.servlet.runtime.dto.FilterDTO
    build(FilterHandler handler, int reason)
    Build a filter DTO from a filter handler
    static org.osgi.service.servlet.runtime.dto.FilterDTO
    build(FilterInfo info, int reason)
    Build a filter DTO from a filter info

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FilterDTOBuilder

      public FilterDTOBuilder()
  • Method Details

    • build

      @NotNull public static org.osgi.service.servlet.runtime.dto.FilterDTO[] build(@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 org.osgi.service.servlet.runtime.dto.FilterDTO build(@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 org.osgi.service.servlet.runtime.dto.FilterDTO build(@NotNull FilterInfo info, int reason)
      Build a filter DTO from a filter info
      Parameters:
      info - The filter info
      Returns:
      A filter DTO