public class HandlerMapping extends Object
Constructor and Description |
---|
HandlerMapping() |
Modifier and Type | Method and Description |
---|---|
String |
arguments()
Get command-line arguments to be passed to the script processor.
|
String |
extension()
Get requests with this extension will be handled using the specified FastCGI application.
|
String |
scriptProcessor()
Get the absolute path to the FastCGI application.
|
HandlerMapping |
withArguments(String arguments)
Set command-line arguments to be passed to the script processor.
|
HandlerMapping |
withExtension(String extension)
Set requests with this extension will be handled using the specified FastCGI application.
|
HandlerMapping |
withScriptProcessor(String scriptProcessor)
Set the absolute path to the FastCGI application.
|
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 setCopyright © 2019. All rights reserved.