Package | Description |
---|---|
net.sf.serfj | |
net.sf.serfj.config |
Modifier and Type | Field and Description |
---|---|
static ConfigParam |
Config.ALIAS_CONTROLLERS_PACKAGE
Java package where controllers will be located.
|
static ConfigParam |
Config.ALIAS_SERIALIZERS_PACKAGE
Java package where serializers for responses will be located.
|
protected static ConfigParam |
Config.DEBUG
Flag for debug purposes.
|
static ConfigParam |
Config.MAIN_PACKAGE
Java main package where the source is located.
|
static ConfigParam |
Config.PACKAGES_STYLE
Packages style.
|
static ConfigParam |
Config.SUFFIX_CONTROLLER
Suffix used for controller classes
|
static ConfigParam |
Config.SUFFIX_SERIALIZER
Suffix used for serializer classes
|
static ConfigParam |
Config.VIEWS_DIRECTORY
Directory where the views will be located.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
SystemConfig.getBoolean(ConfigParam param)
Devuelve el valor del parametro como un Boolean.
|
int |
SystemConfig.getInt(ConfigParam param)
Devuelve el valor del parametro como un int.
|
long |
SystemConfig.getLong(ConfigParam param)
Devuelve el valor del parametro como un Long.
|
String |
SystemConfig.getString(ConfigParam param)
Devuelve el valor del parametro como un String.
|
String |
SystemConfig.getValue(ConfigParam param)
Devuelve el valor del parametro de configuracion que se recibe.
|
Copyright © 2012 ElPaso Software. All Rights Reserved.