| Package | Description | 
|---|---|
| org.wildfly.swarm.config.undertow | 
| Modifier and Type | Method and Description | 
|---|---|
ServletContainer.StackTraceOnError | 
ServletContainer.stackTraceOnError()
If an error page with the stack trace should be generated on error. 
 | 
static ServletContainer.StackTraceOnError | 
ServletContainer.StackTraceOnError.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ServletContainer.StackTraceOnError[] | 
ServletContainer.StackTraceOnError.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
ServletContainer.stackTraceOnError(ServletContainer.StackTraceOnError value)
If an error page with the stack trace should be generated on error. 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.