|
||||||||||
| 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. |
java.lang.String |
getApplicationClass()
Gets the class of the application. |
java.lang.String |
getConfigurationType()
The configuration type, either RuntimeConfigurationType.DEVELOPMENT or
RuntimeConfigurationType.DEPLOYMENT. |
java.lang.String |
getHomePageClass()
Gets the configured home page for this application. |
int |
getMarkupCacheSize()
Gets the number of elements currently in the markup cache. |
java.lang.String |
getWicketVersion()
Gets the Wicket version. |
| Method Detail |
|---|
void clearMarkupCache()
throws java.io.IOException
java.io.IOException
java.lang.String getApplicationClass()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getConfigurationType()
RuntimeConfigurationType.DEVELOPMENT or
RuntimeConfigurationType.DEPLOYMENT.
java.lang.String getHomePageClass()
throws java.io.IOException
java.io.IOException
int getMarkupCacheSize()
throws java.io.IOException
java.io.IOException
java.lang.String getWicketVersion()
throws java.io.IOException
java.io.IOException
void clearLocalizerCache()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||