Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core |
Modifier and Type | Method and Description |
---|---|
ApplicationParameter[] |
Context.findApplicationParameters()
Return the set 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 | Field and Description |
---|---|
protected ApplicationParameter[] |
StandardContext.applicationParameters
The set of application parameters defined for this application.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014 JBoss by Red Hat. All Rights Reserved.