|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.Application.ApplicationStartEvent
public static class Application.ApplicationStartEvent
An event sent to Application.start(ApplicationStartEvent) when a new
Application is being started.
| Constructor Summary | |
|---|---|
Application.ApplicationStartEvent(URL applicationUrl,
Properties applicationProperties,
ApplicationContext context,
boolean productionMode)
|
|
| Method Summary | |
|---|---|
Properties |
getApplicationProperties()
Gets the Application properties as specified by the deployment configuration. |
URL |
getApplicationUrl()
Gets the URL the application should respond to. |
ApplicationContext |
getContext()
Gets the context application will be running in. |
boolean |
isProductionMode()
Checks whether the application is running in production mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Application.ApplicationStartEvent(URL applicationUrl,
Properties applicationProperties,
ApplicationContext context,
boolean productionMode)
applicationUrl - the URL the application should respond to.applicationProperties - the Application properties as specified by the deployment
configuration.context - the context application will be running in.productionMode - flag indicating whether the application is running in
production mode.| Method Detail |
|---|
public URL getApplicationUrl()
null if the URL is not defined.Application.getURL()public Properties getApplicationProperties()
Application.getProperty(String)public ApplicationContext getContext()
Application.getContext()public boolean isProductionMode()
true if in production mode, else
falseApplication.isProductionMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||