|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.jmx.Application
public class Application
Exposes Application related functionality for JMX.
| Constructor Summary | |
|---|---|
Application(Application application)
Create. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Application(Application application)
application - | Method Detail |
|---|
public void clearMarkupCache()
throws IOException
ApplicationMBean
clearMarkupCache in interface ApplicationMBeanIOExceptionApplicationMBean.clearMarkupCache()
public String getApplicationClass()
throws IOException
ApplicationMBean
getApplicationClass in interface ApplicationMBeanIOExceptionApplicationMBean.getApplicationClass()public String getConfigurationType()
ApplicationMBeanRuntimeConfigurationType.DEVELOPMENT or
RuntimeConfigurationType.DEPLOYMENT.
getConfigurationType in interface ApplicationMBeanApplicationMBean.getConfigurationType()
public String getHomePageClass()
throws IOException
ApplicationMBean
getHomePageClass in interface ApplicationMBeanIOExceptionApplicationMBean.getHomePageClass()
public int getMarkupCacheSize()
throws IOException
ApplicationMBean
getMarkupCacheSize in interface ApplicationMBeanIOExceptionApplicationMBean.getMarkupCacheSize()
public String getWicketVersion()
throws IOException
ApplicationMBean
getWicketVersion in interface ApplicationMBeanIOExceptionApplicationMBean.getWicketVersion()
public void clearLocalizerCache()
throws IOException
ApplicationMBean
clearLocalizerCache in interface ApplicationMBeanIOExceptionApplicationMBean.clearLocalizerCache()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||