| Package | Description |
|---|---|
| org.apache.tomcat.util | |
| org.apache.tomcat.util.descriptor.web | |
| org.apache.tomcat.util.digester | |
| org.apache.tomcat.util.res | |
| org.apache.tomcat.util.threads |
| 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 | Field and Description |
|---|---|
protected static StringManager |
Digester.sm |
| Modifier and Type | Method and Description |
|---|---|
static StringManager |
StringManager.getManager(Class<?> clazz)
Get the StringManager for a given class.
|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected static StringManager |
ThreadPoolExecutor.sm
The string manager for this package.
|
Copyright © 2014–2017 Webtide. All rights reserved.