| Modifier and Type | Method and Description |
|---|---|
HandlerMapping |
HandlerMapping.withArguments(String arguments)
Set the arguments value.
|
HandlerMapping |
HandlerMapping.withExtension(String extension)
Set the extension value.
|
HandlerMapping |
HandlerMapping.withScriptProcessor(String scriptProcessor)
Set the scriptProcessor value.
|
| Modifier and Type | Method and Description |
|---|---|
List<HandlerMapping> |
SiteConfig.handlerMappings()
Get the handlerMappings value.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withHandlerMappings(List<HandlerMapping> handlerMappings)
Set the handlerMappings value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/