|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationMBean
MBean interface for exposing application related information and functionality.
| Method Summary | |
|---|---|
void |
clearLocalizerCache()
Clears the localizer cache. |
void |
clearMarkupCache()
Clears the markup cache, so that templates and properties etc will be reloaded the next time they are requested. |
String |
getApplicationClass()
Gets the class of the application. |
String |
getConfigurationType()
The configuration type, either RuntimeConfigurationType.DEVELOPMENT or
RuntimeConfigurationType.DEPLOYMENT. |
String |
getHomePageClass()
Gets the configured home page for this application. |
int |
getMarkupCacheSize()
Gets the number of elements currently in the markup cache. |
String |
getWicketVersion()
Gets the Wicket version. |
| Method Detail |
|---|
void clearMarkupCache()
throws IOException
IOException
String getApplicationClass()
throws IOException
IOExceptionString getConfigurationType()
RuntimeConfigurationType.DEVELOPMENT or
RuntimeConfigurationType.DEPLOYMENT.
String getHomePageClass()
throws IOException
IOException
int getMarkupCacheSize()
throws IOException
IOException
String getWicketVersion()
throws IOException
IOException
void clearLocalizerCache()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||