|
||||||||||
| 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. |
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. |
| 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 java.io.IOException
ApplicationMBean
clearMarkupCache in interface ApplicationMBeanjava.io.IOExceptionApplicationMBean.clearMarkupCache()
public java.lang.String getApplicationClass()
throws java.io.IOException
ApplicationMBean
getApplicationClass in interface ApplicationMBeanjava.io.IOExceptionApplicationMBean.getApplicationClass()public java.lang.String getConfigurationType()
ApplicationMBeanRuntimeConfigurationType.DEVELOPMENT or
RuntimeConfigurationType.DEPLOYMENT.
getConfigurationType in interface ApplicationMBeanApplicationMBean.getConfigurationType()
public java.lang.String getHomePageClass()
throws java.io.IOException
ApplicationMBean
getHomePageClass in interface ApplicationMBeanjava.io.IOExceptionApplicationMBean.getHomePageClass()
public int getMarkupCacheSize()
throws java.io.IOException
ApplicationMBean
getMarkupCacheSize in interface ApplicationMBeanjava.io.IOExceptionApplicationMBean.getMarkupCacheSize()
public java.lang.String getWicketVersion()
throws java.io.IOException
ApplicationMBean
getWicketVersion in interface ApplicationMBeanjava.io.IOExceptionApplicationMBean.getWicketVersion()
public void clearLocalizerCache()
throws java.io.IOException
ApplicationMBean
clearLocalizerCache in interface ApplicationMBeanjava.io.IOExceptionApplicationMBean.clearLocalizerCache()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||