JavaScript is disabled on your browser.
Skip navigation links
Nuxeo 2023.21.12
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.nuxeo.runtime.test.runner
Annotation Interface ServletContainer
@Inherited
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
@Deprecated
public @interface
ServletContainer
Deprecated.
since 10.10, as it prevents automatic port allocation, use
ServletContainerFeature.getPort()
instead
Author:
Bogdan Stefanescu
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
int
port
Deprecated.
Element Details
port
int
port
Deprecated.
Default:
0
ServletContainerFeature.getPort()
instead