| Modifier and Type | Field and Description |
|---|---|
static CustomRule |
CustomRule.SINGLE_PAGE_APPLICATION_REDIRECT
(experimental) Sets up a 200 rewrite for all paths to `index.html` except for path containing a file extension.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRule |
CustomRule.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
default List<CustomRule> |
AppProps.getCustomRules()
(experimental) Custom rewrite/redirect rules for the application.
|
List<CustomRule> |
AppProps.Jsii$Proxy.getCustomRules() |
| Modifier and Type | Method and Description |
|---|---|
App |
App.addCustomRule(CustomRule rule)
(experimental) Adds a custom rewrite/redirect rule to this application.
|
| Modifier and Type | Method and Description |
|---|---|
AppProps.Builder |
AppProps.Builder.customRules(List<? extends CustomRule> customRules)
Sets the value of
AppProps.getCustomRules() |
App.Builder |
App.Builder.customRules(List<? extends CustomRule> customRules)
(experimental) Custom rewrite/redirect rules for the application.
|
Copyright © 2022. All rights reserved.