@ApplicationScoped @Bundle(value="resources/i18n/AppConstants.properties") public class RuntimeEntryPoint extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DASHBOARD_PARAM |
static String |
PERSPECTIVE_PARAM |
| Constructor and Description |
|---|
RuntimeEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(Object e,
Throwable t) |
void |
generalErrorHandling(Throwable t) |
void |
notFound() |
void |
startup() |
void |
targetPerspective() |
public static final String DASHBOARD_PARAM
public static final String PERSPECTIVE_PARAM
@PostConstruct public void startup()
public void notFound()
public void targetPerspective()
public void generalErrorHandling(Throwable t)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.