|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The application context. This interface provides the basic infrastructure for inter-application communication and for sharing global datastructures.
| Method Summary | |
java.io.File |
getBaseDir()
Returns the base application directory. |
java.lang.String |
getBuildDate()
Returns the application build date. |
java.lang.String |
getBuildVersion()
Returns the application build version number. |
Configuration |
getConfig()
Returns the application configuration. |
ContentManager |
getContentManager()
Returns the application content manager. |
DatabaseConnector |
getDatabase()
Returns the application database connector. |
javax.servlet.ServletContext |
getServletContext()
Returns the application servlet context. |
boolean |
isOnline()
Checks if the application is running correctly. |
void |
restart()
Restarts the application. |
| Method Detail |
public boolean isOnline()
public void restart()
public java.lang.String getBuildVersion()
public java.lang.String getBuildDate()
public java.io.File getBaseDir()
public Configuration getConfig()
public DatabaseConnector getDatabase()
public ContentManager getContentManager()
public javax.servlet.ServletContext getServletContext()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||