public final class HandlerMapping extends Object
| Constructor and Description |
|---|
HandlerMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
arguments()
Get the arguments property: Command-line arguments to be passed to the script processor.
|
String |
extension()
Get the extension property: Requests with this extension will be handled using the specified FastCGI application.
|
String |
scriptProcessor()
Get the scriptProcessor property: The absolute path to the FastCGI application.
|
void |
validate()
Validates the instance.
|
HandlerMapping |
withArguments(String arguments)
Set the arguments property: Command-line arguments to be passed to the script processor.
|
HandlerMapping |
withExtension(String extension)
Set the extension property: Requests with this extension will be handled using the specified FastCGI application.
|
HandlerMapping |
withScriptProcessor(String scriptProcessor)
Set the scriptProcessor property: The absolute path to the FastCGI application.
|
public String extension()
public HandlerMapping withExtension(String extension)
extension - the extension value to set.public String scriptProcessor()
public HandlerMapping withScriptProcessor(String scriptProcessor)
scriptProcessor - the scriptProcessor value to set.public String arguments()
public HandlerMapping withArguments(String arguments)
arguments - the arguments value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.