Class PreprocessorDTOBuilder
java.lang.Object
org.apache.felix.http.base.internal.runtime.dto.PreprocessorDTOBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull org.osgi.service.servlet.runtime.dto.PreprocessorDTO
build
(@NotNull PreprocessorInfo info, int reason) Build a preprocessor DTO from a filter info
-
Constructor Details
-
PreprocessorDTOBuilder
public PreprocessorDTOBuilder()
-
-
Method Details
-
build
@NotNull public static @NotNull org.osgi.service.servlet.runtime.dto.PreprocessorDTO build(@NotNull @NotNull PreprocessorInfo info, int reason) Build a preprocessor DTO from a filter info- Parameters:
info
- The preprocessor inforeason
- The reason for the failure or -1 if the preprocessor was registered successfully- Returns:
- A preprocessor DTO
-