public class HomeHelper extends HelperBase
| Modifier and Type | Field and Description |
|---|---|
(package private) static String |
ADVANCED_SERVICES |
(package private) static String |
DEFAULT_FAVORITES |
(package private) static String |
DEFAULT_SERVICES |
(package private) static String |
NEWINSTALL_SERVICES |
(package private) static String |
PROP_CONFIG |
(package private) static String |
PROP_FAVORITES |
(package private) static String |
PROP_MONITORING |
(package private) static String |
PROP_SEARCH |
(package private) static String |
PROP_SERVICES |
_context, _out, CHECKED, PROP_ADVANCED, SELECTED| Constructor and Description |
|---|
HomeHelper() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Collection<App> |
buildApps(RouterContext ctx,
String config) |
(package private) static Collection<App> |
buildSearchApps(String config) |
String |
getConfigFavorites() |
String |
getConfigSearch() |
String |
getConfigServices() |
String |
getFavorites() |
String |
getProxyStatus() |
String |
getServices() |
boolean |
isAdvanced()
Check if advanced mode is enabled.
|
(package private) static void |
saveApps(RouterContext ctx,
String prop,
Collection<App> apps,
boolean full) |
boolean |
shouldShowBandwidthConfig() |
boolean |
shouldShowSearch() |
boolean |
shouldShowWelcome() |
_t, _t, _t, _x, getChecked, getCheckedDefaultTrue, ngettext, setContextId, storeWriterstatic final String ADVANCED_SERVICES
static final String DEFAULT_FAVORITES
static final String DEFAULT_SERVICES
static final String NEWINSTALL_SERVICES
static final String PROP_CONFIG
static final String PROP_FAVORITES
static final String PROP_MONITORING
static final String PROP_SEARCH
static final String PROP_SERVICES
static Collection<App> buildApps(RouterContext ctx, String config)
static Collection<App> buildSearchApps(String config)
public String getConfigFavorites()
public String getConfigSearch()
public String getConfigServices()
public String getFavorites()
public String getProxyStatus()
public String getServices()
public boolean isAdvanced()
HelperBaseisAdvanced in class HelperBasestatic void saveApps(RouterContext ctx, String prop, Collection<App> apps, boolean full)
public boolean shouldShowBandwidthConfig()
public boolean shouldShowSearch()
public boolean shouldShowWelcome()