Package i2p.susi.dns
Class BaseBean
java.lang.Object
i2p.susi.dns.BaseBean
- Direct Known Subclasses:
AddressbookBean
,ConfigBean
,SubscriptionsBean
Holds methods common to several Beans.
- Since:
- 0.9.1
-
Field Summary
Modifier and TypeFieldDescriptionprotected final I2PAppContext
protected String
protected String
static final String
protected final Properties
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static String
Translateprotected static String
Translateprotected static String
Translateprotected File
protected File
protected void
getTheme()
Returns the theme pathString[]
Get all themesprotected void
protected static String
Translate (ngettext)protected void
reload()
void
void
protected void
-
Field Details
-
_context
-
properties
-
action
-
lastSerial
-
serial
-
PROP_PW_ENABLE
- See Also:
-
-
Constructor Details
-
BaseBean
public BaseBean()
-
-
Method Details
-
addressbookDir
- Since:
- 0.9.13 moved from ConfigBean.addressbookPrefix
-
configFile
- Since:
- 0.9.13 moved from ConfigBean.configFileName
-
loadConfig
protected void loadConfig() -
reload
protected void reload()- Since:
- 0.9.13 moved from ConfigBean
-
getTheme
Returns the theme path- Since:
- 0.9.1
-
getThemes
Get all themes- Returns:
- String[] -- Array of all the themes found.
- Since:
- 0.9.2
-
getAction
- Since:
- 0.9.13 moved from subclasses
-
setAction
- Since:
- 0.9.13 moved from subclasses
-
getSerial
- Since:
- 0.9.13 moved from subclasses
-
setSerial
- Since:
- 0.9.13 moved from subclasses
-
_t
Translate- Since:
- 0.9.13 moved from subclasses
-
_t
Translate- Since:
- 0.9.13 moved from subclasses
-
_t
Translate- Since:
- 0.9.13 moved from subclasses
-
ngettext
Translate (ngettext)- Since:
- 0.9.13 moved from subclasses
-
debug
- Since:
- 0.9.13 moved from Debug
-
warn
- Since:
- 0.9.13 moved from Debug
-