|
|||||||||
| 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 |
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. |
| 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()
Application.DEVELOPMENT or
Application#DEPLOYMENT.
java.lang.String getHomePageClass()
throws java.io.IOException
java.io.IOException
int getMarkupCacheSize()
throws java.io.IOException
java.io.IOException
java.lang.String[] getMounts()
throws java.io.IOException
java.io.IOException
java.lang.String getWicketVersion()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||