public abstract class BuilderConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.osgi.service.http.runtime.dto.ServletContextDTO[] |
CONTEXT_DTO_ARRAY |
static org.osgi.service.http.runtime.dto.FailedServletContextDTO[] |
CONTEXT_FAILURE_DTO_ARRAY |
static org.osgi.service.http.runtime.dto.FilterDTO[] |
EMPTY_FILTER_DTO_ARRAY |
static long[] |
EMPTY_LONG_ARRAY |
static String[] |
EMPTY_STRING_ARRAY |
static org.osgi.service.http.runtime.dto.ErrorPageDTO[] |
ERROR_PAGE_DTO_ARRAY |
static org.osgi.service.http.runtime.dto.FailedErrorPageDTO[] |
ERROR_PAGE_FAILURE_DTO_ARRAY |
static org.osgi.service.http.runtime.dto.FailedFilterDTO[] |
FILTER_FAILURE_DTO_ARRAY |
static org.osgi.service.http.runtime.dto.ListenerDTO[] |
LISTENER_DTO_ARRAY |
static org.osgi.service.http.runtime.dto.FailedListenerDTO[] |
LISTENER_FAILURE_DTO_ARRAY |
static org.osgi.service.http.runtime.dto.ResourceDTO[] |
RESOURCE_DTO_ARRAY |
static org.osgi.service.http.runtime.dto.FailedResourceDTO[] |
RESOURCE_FAILURE_DTO_ARRAY |
static org.osgi.service.http.runtime.dto.ServletDTO[] |
SERVLET_DTO_ARRAY |
static org.osgi.service.http.runtime.dto.FailedServletDTO[] |
SERVLET_FAILURE_DTO_ARRAY |
| Constructor and Description |
|---|
BuilderConstants() |
| Modifier and Type | Method and Description |
|---|---|
static <V> V[] |
copyWithDefault(V[] array,
V[] defaultArray) |
public static final String[] EMPTY_STRING_ARRAY
public static final long[] EMPTY_LONG_ARRAY
public static final org.osgi.service.http.runtime.dto.ServletContextDTO[] CONTEXT_DTO_ARRAY
public static final org.osgi.service.http.runtime.dto.ServletDTO[] SERVLET_DTO_ARRAY
public static final org.osgi.service.http.runtime.dto.ResourceDTO[] RESOURCE_DTO_ARRAY
public static final org.osgi.service.http.runtime.dto.FilterDTO[] EMPTY_FILTER_DTO_ARRAY
public static final org.osgi.service.http.runtime.dto.ErrorPageDTO[] ERROR_PAGE_DTO_ARRAY
public static final org.osgi.service.http.runtime.dto.ListenerDTO[] LISTENER_DTO_ARRAY
public static final org.osgi.service.http.runtime.dto.FailedServletContextDTO[] CONTEXT_FAILURE_DTO_ARRAY
public static final org.osgi.service.http.runtime.dto.FailedServletDTO[] SERVLET_FAILURE_DTO_ARRAY
public static final org.osgi.service.http.runtime.dto.FailedFilterDTO[] FILTER_FAILURE_DTO_ARRAY
public static final org.osgi.service.http.runtime.dto.FailedResourceDTO[] RESOURCE_FAILURE_DTO_ARRAY
public static final org.osgi.service.http.runtime.dto.FailedErrorPageDTO[] ERROR_PAGE_FAILURE_DTO_ARRAY
public static final org.osgi.service.http.runtime.dto.FailedListenerDTO[] LISTENER_FAILURE_DTO_ARRAY
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.