|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwicket.jmx.Application
public class Application
Exposes Application related functionality for JMX.
| Constructor Summary | |
|---|---|
Application(wicket.Application application)
Create. |
|
| Method Summary | |
|---|---|
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 Application.DEVELOPMENT or
Application#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[] |
getMounts()
Lists the registered URL mounts. |
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(wicket.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()
ApplicationMBeanApplication.DEVELOPMENT or
Application#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[] getMounts()
throws java.io.IOException
ApplicationMBean
getMounts in interface ApplicationMBeanjava.io.IOExceptionApplicationMBean.getMounts()
public java.lang.String getWicketVersion()
throws java.io.IOException
ApplicationMBean
getWicketVersion in interface ApplicationMBeanjava.io.IOExceptionApplicationMBean.getWicketVersion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||