Package org.dashbuilder.client
Class RuntimeEntryPoint
- java.lang.Object
-
- org.dashbuilder.client.RuntimeEntryPoint
-
@ApplicationScoped @Bundle("resources/i18n/AppConstants.properties") public class RuntimeEntryPoint extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDASHBOARD_PARAMstatic StringPERSPECTIVE_PARAM
-
Constructor Summary
Constructors Constructor Description RuntimeEntryPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(Object e, Throwable t)voidgeneralErrorHandling(Throwable t)voidnotFound()voidstartup()voidtargetPerspective()
-
-
-
Field Detail
-
DASHBOARD_PARAM
public static final String DASHBOARD_PARAM
- See Also:
- Constant Field Values
-
PERSPECTIVE_PARAM
public static final String PERSPECTIVE_PARAM
- See Also:
- Constant Field Values
-
-
Method Detail
-
startup
@PostConstruct public void startup()
-
notFound
public void notFound()
-
targetPerspective
public void targetPerspective()
-
generalErrorHandling
public void generalErrorHandling(Throwable t)
-
-