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 (to, 16 sep 2010) $
-
-
Constructor Summary
Constructors Constructor Description Bundle()
-
-
-
Field Detail
-
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
-
-