Interface WebServerConfiguration
Deprecated.
since 5.0 - no replacement
No longer used.
- Since:
- 4.0.17
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Deprecated.since 5.0 - no replacement -
Field Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
Deprecated.since 5.0 - no replacement@NotNull String
Deprecated.since 5.0 - no replacement@NotNull String
Deprecated.since 5.0 - no replacement@Nullable String
getPath()
Deprecated.since 5.0 - no replacement@Nullable IDProvider
Deprecated.since 5.0 - no replacement@NotNull WebServerConfiguration.Type
getType()
Deprecated.since 5.0 - no replacementboolean
Deprecated.since 5.0 - no replacementboolean
Deprecated.since 5.0 - no replacementvoid
setAccessFileContent
(@Nullable String value) Deprecated.since 5.0 - no replacementvoid
setDirectory1
(@NotNull String value) Deprecated.since 5.0 - no replacementvoid
setDirectory2
(@NotNull String value) Deprecated.since 5.0 - no replacementvoid
Deprecated.since 5.0 - no replacementvoid
setStartNode
(@Nullable IDProvider value) Deprecated.since 5.0 - no replacementvoid
setType
(@NotNull WebServerConfiguration.Type type) Deprecated.since 5.0 - no replacementvoid
setUseCustomAccessFile
(boolean value) Deprecated.since 5.0 - no replacementvoid
setUseProjectStartpage
(boolean value) Deprecated.since 5.0 - no replacement
-
Field Details
-
APACHE_ACCESS_FILENAME
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
- See Also:
-
IIS_ACCESS_FILENAME
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
- See Also:
-
LIVE_FILENAME
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getPath
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
setPath
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
getDirectory1
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
setDirectory1
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
getDirectory2
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
setDirectory2
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
getUseProjectStartpage
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
setUseProjectStartpage
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
getStartNode
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
setStartNode
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
getUseCustomAccessFile
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
setUseCustomAccessFile
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
getAccessFileContent
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
setAccessFileContent
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
getType
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-
setType
Deprecated.since 5.0 - no replacement- Since:
- 4.0.17
-