Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B G L M O S

B

bundle - Variable in class org.apache.tomcat.util.res.StringManager
The ResourceBundle for this StringManager.

G

getManager(String) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package.
getManager(ResourceBundle) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package.
getManager(String, Locale) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package and Locale.
getString(String) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String, Object[]) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.

L

locale - Variable in class org.apache.tomcat.util.res.StringManager
 

M

managers - Static variable in class org.apache.tomcat.util.res.StringManager
 

O

org.apache.tomcat.util.res - package org.apache.tomcat.util.res
 

S

StringManager - class org.apache.tomcat.util.res.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringManager(String) - Constructor for class org.apache.tomcat.util.res.StringManager
Creates a new StringManager for a given package.
StringManager(String, Locale) - Constructor for class org.apache.tomcat.util.res.StringManager
 
StringManager(ResourceBundle) - Constructor for class org.apache.tomcat.util.res.StringManager
 

B G L M O S