E G H M O

E

ExtResourceBundle - Class in org.brains2b.resx
ResourceBundle that reads Bundles and domains from a database connection.
ExtResourceBundle(String, Locale) - Constructor for class org.brains2b.resx.ExtResourceBundle
Constructor for DatabaseBundle.

G

getBaseName() - Method in class org.brains2b.resx.ExtResourceBundle
get the base name of this resource bundle
getBundleImpl(ExtResourceBundle) - Static method in class org.brains2b.resx.ExtResourceBundle
Method getBundleImpl.
getConnection() - Method in class org.brains2b.resx.ExtResourceBundle
get the connection to the database from which to collect the resources
getContents() - Method in class org.brains2b.resx.ExtResourceBundle
get the content of this resource bundle as a hashtable
getExtBundle(String) - Static method in class org.brains2b.resx.ExtResourceBundle
Method getExtBundle.
getExtBundle(String, Locale) - Static method in class org.brains2b.resx.ExtResourceBundle
Method getExtBundle.
getKeys() - Method in class org.brains2b.resx.ExtResourceBundle
 
getLocale() - Method in class org.brains2b.resx.ExtResourceBundle
get the locale with which this resource bundle was created This implementation is contrary to ResourceBundle.getLocale() which returns the Locale of the resource bundle which was actually used and could return the Locale for the parent
getParent() - Method in class org.brains2b.resx.ExtResourceBundle
get the parent of this resource bundle.
getSQL() - Method in class org.brains2b.resx.ExtResourceBundle
Method getSQL.

H

handleGetObject(String) - Method in class org.brains2b.resx.ExtResourceBundle
 

M

m_con - Static variable in class org.brains2b.resx.ExtResourceBundle
 
m_domain - Variable in class org.brains2b.resx.ExtResourceBundle
 
m_locale - Variable in class org.brains2b.resx.ExtResourceBundle
 
makeConnection() - Method in class org.brains2b.resx.ExtResourceBundle
Make a connection to the database The connection is default made using either: System.properties sql.driver the full classpath name of the driver sql.url the url to connect to the database sql.user the username with which to connect to the database sql.password the password to connect to the database or a properties.file in the root of the application named connection.properties in which the four above properties are defined.

O

org.brains2b.resx - package org.brains2b.resx
 

E G H M O