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
FieldsModifier and TypeFieldDescriptionprotected final I2PAppContextprotected Stringprotected Stringstatic final Stringprotected final Propertiesprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringTranslateprotected static StringTranslateprotected static StringTranslateprotected Fileprotected Fileprotected voidgetTheme()Returns the theme pathString[]Get all themesprotected voidprotected static StringTranslate (ngettext)protected voidreload()voidvoidprotected 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
-