public class HandlerMapping extends Object
| Constructor and Description |
|---|
HandlerMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
arguments()
Get the arguments value.
|
String |
extension()
Get the extension value.
|
String |
scriptProcessor()
Get the scriptProcessor value.
|
HandlerMapping |
withArguments(String arguments)
Set the arguments value.
|
HandlerMapping |
withExtension(String extension)
Set the extension value.
|
HandlerMapping |
withScriptProcessor(String scriptProcessor)
Set the scriptProcessor value.
|
public String extension()
public HandlerMapping withExtension(String extension)
extension - the extension value to setpublic String scriptProcessor()
public HandlerMapping withScriptProcessor(String scriptProcessor)
scriptProcessor - the scriptProcessor value to setpublic String arguments()
public HandlerMapping withArguments(String arguments)
arguments - the arguments value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/