| Package | Description |
|---|---|
| org.apache.tomcat.util | |
| org.apache.tomcat.util.descriptor.web |
This package contains Java objects that represent complex data structures
from the web application deployment descriptor file (
web.xml). |
| org.apache.tomcat.util.res |
| Modifier and Type | Method and Description |
|---|---|
static String |
Diagnostics.getThreadDump(StringManager requestedSm)
Retrieve a JVM thread dump formatted
using the given StringManager.
|
static String |
Diagnostics.getVMInfo(StringManager requestedSm)
Retrieve a JVM information text formatted
using the given StringManager.
|
| Modifier and Type | Field and Description |
|---|---|
protected static StringManager |
WebRuleSet.sm
The string resources for this package.
|
| Modifier and Type | Method and Description |
|---|---|
static StringManager |
StringManager.getManager(String packageName)
Get the StringManager for a particular package.
|
static StringManager |
StringManager.getManager(String packageName,
Enumeration<Locale> requestedLocales)
Retrieve the StringManager for a list of Locales.
|
static StringManager |
StringManager.getManager(String packageName,
Locale locale)
Get the StringManager for a particular package and Locale.
|
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.