public class AgrosystWebConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
AGROSYST_CONF_FILENAME
Configuration filename.
|
protected org.nuiton.config.ApplicationConfig |
config
Delegate application config.
|
static String |
NAVIGATION_CONTEXT_COOKIE_NAME |
| Constructor and Description |
|---|
AgrosystWebConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationVersion() |
String |
getContactEmail() |
String |
getIgnKeyjs() |
int |
getListResultsPerPage() |
String |
getServicesRemoteBaseUrl() |
String |
getUploadAllowedExtensions() |
long |
getUploadMaxSize() |
boolean |
isServicesRemoteEnabled() |
void |
parse(String... args) |
protected static final String AGROSYST_CONF_FILENAME
public static final String NAVIGATION_CONTEXT_COOKIE_NAME
protected org.nuiton.config.ApplicationConfig config
public void parse(String... args)
public String getApplicationVersion()
public int getListResultsPerPage()
public String getIgnKeyjs()
public long getUploadMaxSize()
public String getUploadAllowedExtensions()
public boolean isServicesRemoteEnabled()
public String getServicesRemoteBaseUrl()
public String getContactEmail()
Copyright © 2013–2014 Inra. All rights reserved.