Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core |
Modifier and Type | Method and Description |
---|---|
JspPropertyGroup[] |
Context.findJspPropertyGroups()
Return the set of JSP property groups.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.addJspPropertyGroup(JspPropertyGroup propertyGroup)
Add the given jsp-property-group.
|
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<String,JspPropertyGroup> |
StandardContext.jspPropertyGroups
The set of JSP property groups defined for the webapp, keyed by pattern.
|
Modifier and Type | Method and Description |
---|---|
JspPropertyGroup[] |
StandardContext.findJspPropertyGroups()
Return the set of JSP property groups.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardContext.addJspPropertyGroup(JspPropertyGroup propertyGroup)
Add the given jsp-property-group.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.