net.sf.basedb.clients.web.resources
Class Bundle
java.lang.Object
net.sf.basedb.clients.web.resources.Bundle
public class Bundle
- extends Object
Declare the names of resource bundles used by the web client.
- Since:
- 2.16
- Author:
- Nicklas
- Last modified
- $Date: 2010-09-16 13:32:06 +0200 (Thu, 16 Sep 2010) $
Field Summary |
static String |
COMMON
Resource bundle with strings that are used in lots and lots of places
in the web gui. |
static String |
MENU
Resource bundle with string that are used in the menu. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMON
public static final String COMMON
- Resource bundle with strings that are used in lots and lots of places
in the web gui. For example, button labels, names of items, property names,
etc.
- See Also:
- Constant Field Values
MENU
public static final String MENU
- Resource bundle with string that are used in the menu.
- See Also:
- Constant Field Values
Bundle
public Bundle()