| Package | Description |
|---|---|
| org.apache.catalina | |
| org.apache.catalina.core |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationParameter> |
Context.findApplicationParameters()
Gets the (possibly empty) list of application parameters for this
application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addApplicationParameter(ApplicationParameter parameter)
Add a new application parameter for this application.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationParameter> |
StandardContext.findApplicationParameters()
Return the set of application parameters for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardContext.addApplicationParameter(ApplicationParameter parameter)
Add a new application parameter for this application.
|
Copyright © 2019. All rights reserved.