blob: 4d7cae3632b17a6cd97164e9ed23900fe9087c32 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_08) on Sat Apr 22 18:56:46 PDT 2006 -->
<TITLE>
ProjectResourceBundle (Axis API)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.axis.i18n.ProjectResourceBundle class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="ProjectResourceBundle (Axis API)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ProjectResourceBundle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/axis/i18n/MessagesConstants.html" title="class in org.apache.axis.i18n"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/axis/i18n/RB.html" title="class in org.apache.axis.i18n"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="ProjectResourceBundle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.axis.i18n</FONT>
<BR>
Class ProjectResourceBundle</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by">java.util.ResourceBundle
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.axis.i18n.ProjectResourceBundle</B>
</PRE>
<HR>
<DL>
<DT>public class <B>ProjectResourceBundle</B><DT>extends java.util.ResourceBundle</DL>
<P>
<p>Wrapper class for resource bundles. Property files are used to store
resource strings, which are the only types of resources available.
Property files can inherit properties from other files so that
a base property file can be used and a small number of properties
can be over-ridden by another property file. For example you may
create an english version of a resource file named "resource.properties".
You then decide that the British English version of all of the properties
except one are the same, so there is no need to redefine all of the
properties in "resource_en_GB", just the one that is different.</p>
<p>The basename is the name of the property file without the ".properties"
extension.</p>
<p>Properties will be cached for performance.<p>
<p>Property values stored in the property files can also contain dynamic
variables. Any dynamic variable defined in PropertiesUtil.getVariableValue()
can be used (such as {date}), as well as arguments in the form {0}, {1}, etc.
Argument values are specified in the various overloaded getString() methods.</p>
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Richard A. Sitze (rsitze@us.ibm.com), Karl Moss (kmoss@macromedia.com), Glen Daniels (gdaniels@apache.org)</DD>
</DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;org.apache.commons.logging.Log</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html#log">log</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_java.util.ResourceBundle"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Fields inherited from class java.util.ResourceBundle</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>parent</CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html#clearCache()">clearCache</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clears the internal cache</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html" title="class in org.apache.axis.i18n">ProjectResourceBundle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html#getBundle(java.lang.String, java.lang.Class, java.lang.String, java.util.Locale)">getBundle</A></B>(java.lang.String&nbsp;projectName,
java.lang.Class&nbsp;caller,
java.lang.String&nbsp;resourceName,
java.util.Locale&nbsp;locale)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new ProjectResourceBundle</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html" title="class in org.apache.axis.i18n">ProjectResourceBundle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html#getBundle(java.lang.String, java.lang.Class, java.lang.String, java.util.Locale, java.util.ResourceBundle)">getBundle</A></B>(java.lang.String&nbsp;projectName,
java.lang.Class&nbsp;caller,
java.lang.String&nbsp;resourceName,
java.util.Locale&nbsp;locale,
java.util.ResourceBundle&nbsp;extendsBundle)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new ProjectResourceBundle</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html" title="class in org.apache.axis.i18n">ProjectResourceBundle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html#getBundle(java.lang.String, java.lang.String, java.lang.String)">getBundle</A></B>(java.lang.String&nbsp;projectName,
java.lang.String&nbsp;packageName,
java.lang.String&nbsp;resourceName)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new ProjectResourceBundle</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html" title="class in org.apache.axis.i18n">ProjectResourceBundle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html#getBundle(java.lang.String, java.lang.String, java.lang.String, java.util.Locale, java.lang.ClassLoader)">getBundle</A></B>(java.lang.String&nbsp;projectName,
java.lang.String&nbsp;packageName,
java.lang.String&nbsp;resourceName,
java.util.Locale&nbsp;locale,
java.lang.ClassLoader&nbsp;loader)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new ProjectResourceBundle</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html" title="class in org.apache.axis.i18n">ProjectResourceBundle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html#getBundle(java.lang.String, java.lang.String, java.lang.String, java.util.Locale, java.lang.ClassLoader, java.util.ResourceBundle)">getBundle</A></B>(java.lang.String&nbsp;projectName,
java.lang.String&nbsp;packageName,
java.lang.String&nbsp;resourceName,
java.util.Locale&nbsp;locale,
java.lang.ClassLoader&nbsp;loader,
java.util.ResourceBundle&nbsp;extendsBundle)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new ProjectResourceBundle</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html#getKeys()">getKeys</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html#getResourceName()">getResourceName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html#handleGetObject(java.lang.String)">handleGetObject</A></B>(java.lang.String&nbsp;key)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html#toString()">toString</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.util.ResourceBundle"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.util.ResourceBundle</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="log"><!-- --></A><H3>
log</H3>
<PRE>
protected static org.apache.commons.logging.Log <B>log</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="handleGetObject(java.lang.String)"><!-- --></A><H3>
handleGetObject</H3>
<PRE>
protected java.lang.Object <B>handleGetObject</B>(java.lang.String&nbsp;key)
throws java.util.MissingResourceException</PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.util.MissingResourceException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getKeys()"><!-- --></A><H3>
getKeys</H3>
<PRE>
public java.util.Enumeration <B>getKeys</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getBundle(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
getBundle</H3>
<PRE>
public static <A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html" title="class in org.apache.axis.i18n">ProjectResourceBundle</A> <B>getBundle</B>(java.lang.String&nbsp;projectName,
java.lang.String&nbsp;packageName,
java.lang.String&nbsp;resourceName)
throws java.util.MissingResourceException</PRE>
<DL>
<DD>Construct a new ProjectResourceBundle
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>projectName</CODE> - The name of the project to which the class belongs.
It must be a proper prefix of the caller's package.<DD><CODE>resourceName</CODE> - The name of the resource without the
".properties" extension
<DT><B>Throws:</B>
<DD><CODE>java.util.MissingResourceException</CODE> - if projectName is not a prefix of
the caller's package name, or if the resource could not be
found/loaded.</DL>
</DD>
</DL>
<HR>
<A NAME="getBundle(java.lang.String, java.lang.Class, java.lang.String, java.util.Locale)"><!-- --></A><H3>
getBundle</H3>
<PRE>
public static <A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html" title="class in org.apache.axis.i18n">ProjectResourceBundle</A> <B>getBundle</B>(java.lang.String&nbsp;projectName,
java.lang.Class&nbsp;caller,
java.lang.String&nbsp;resourceName,
java.util.Locale&nbsp;locale)
throws java.util.MissingResourceException</PRE>
<DL>
<DD>Construct a new ProjectResourceBundle
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>projectName</CODE> - The name of the project to which the class belongs.
It must be a proper prefix of the caller's package.<DD><CODE>caller</CODE> - The calling class.
This is used to get the package name to further construct
the basename as well as to get the proper ClassLoader.<DD><CODE>resourceName</CODE> - The name of the resource without the
".properties" extension
<DT><B>Throws:</B>
<DD><CODE>java.util.MissingResourceException</CODE> - if projectName is not a prefix of
the caller's package name, or if the resource could not be
found/loaded.</DL>
</DD>
</DL>
<HR>
<A NAME="getBundle(java.lang.String, java.lang.String, java.lang.String, java.util.Locale, java.lang.ClassLoader)"><!-- --></A><H3>
getBundle</H3>
<PRE>
public static <A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html" title="class in org.apache.axis.i18n">ProjectResourceBundle</A> <B>getBundle</B>(java.lang.String&nbsp;projectName,
java.lang.String&nbsp;packageName,
java.lang.String&nbsp;resourceName,
java.util.Locale&nbsp;locale,
java.lang.ClassLoader&nbsp;loader)
throws java.util.MissingResourceException</PRE>
<DL>
<DD>Construct a new ProjectResourceBundle
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>projectName</CODE> - The name of the project to which the class belongs.
It must be a proper prefix of the caller's package.<DD><CODE>resourceName</CODE> - The name of the resource without the
".properties" extension<DD><CODE>locale</CODE> - The locale
<DT><B>Throws:</B>
<DD><CODE>java.util.MissingResourceException</CODE> - if projectName is not a prefix of
the caller's package name, or if the resource could not be
found/loaded.</DL>
</DD>
</DL>
<HR>
<A NAME="getBundle(java.lang.String, java.lang.Class, java.lang.String, java.util.Locale, java.util.ResourceBundle)"><!-- --></A><H3>
getBundle</H3>
<PRE>
public static <A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html" title="class in org.apache.axis.i18n">ProjectResourceBundle</A> <B>getBundle</B>(java.lang.String&nbsp;projectName,
java.lang.Class&nbsp;caller,
java.lang.String&nbsp;resourceName,
java.util.Locale&nbsp;locale,
java.util.ResourceBundle&nbsp;extendsBundle)
throws java.util.MissingResourceException</PRE>
<DL>
<DD>Construct a new ProjectResourceBundle
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>projectName</CODE> - The name of the project to which the class belongs.
It must be a proper prefix of the caller's package.<DD><CODE>caller</CODE> - The calling class.
This is used to get the package name to further construct
the basename as well as to get the proper ClassLoader.<DD><CODE>resourceName</CODE> - The name of the resource without the
".properties" extension<DD><CODE>locale</CODE> - The locale<DD><CODE>extendsBundle</CODE> - If non-null, then this ExtendMessages will
default to extendsBundle.
<DT><B>Throws:</B>
<DD><CODE>java.util.MissingResourceException</CODE> - if projectName is not a prefix of
the caller's package name, or if the resource could not be
found/loaded.</DL>
</DD>
</DL>
<HR>
<A NAME="getBundle(java.lang.String, java.lang.String, java.lang.String, java.util.Locale, java.lang.ClassLoader, java.util.ResourceBundle)"><!-- --></A><H3>
getBundle</H3>
<PRE>
public static <A HREF="../../../../org/apache/axis/i18n/ProjectResourceBundle.html" title="class in org.apache.axis.i18n">ProjectResourceBundle</A> <B>getBundle</B>(java.lang.String&nbsp;projectName,
java.lang.String&nbsp;packageName,
java.lang.String&nbsp;resourceName,
java.util.Locale&nbsp;locale,
java.lang.ClassLoader&nbsp;loader,
java.util.ResourceBundle&nbsp;extendsBundle)
throws java.util.MissingResourceException</PRE>
<DL>
<DD>Construct a new ProjectResourceBundle
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>projectName</CODE> - The name of the project to which the class belongs.
It must be a proper prefix of the caller's package.<DD><CODE>resourceName</CODE> - The name of the resource without the
".properties" extension<DD><CODE>locale</CODE> - The locale<DD><CODE>extendsBundle</CODE> - If non-null, then this ExtendMessages will
default to extendsBundle.
<DT><B>Throws:</B>
<DD><CODE>java.util.MissingResourceException</CODE> - if projectName is not a prefix of
the caller's package name, or if the resource could not be
found/loaded.</DL>
</DD>
</DL>
<HR>
<A NAME="getResourceName()"><!-- --></A><H3>
getResourceName</H3>
<PRE>
public java.lang.String <B>getResourceName</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="clearCache()"><!-- --></A><H3>
clearCache</H3>
<PRE>
public static void <B>clearCache</B>()</PRE>
<DL>
<DD>Clears the internal cache
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ProjectResourceBundle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/axis/i18n/MessagesConstants.html" title="class in org.apache.axis.i18n"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/axis/i18n/RB.html" title="class in org.apache.axis.i18n"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="ProjectResourceBundle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2005 Apache Web Services Project. All Rights Reserved.
</BODY>
</HTML>