wicket.jmx
Class ApplicationSettings

java.lang.Object
  extended by wicket.jmx.ApplicationSettings
All Implemented Interfaces:
ApplicationSettingsMBean

public class ApplicationSettings
extends java.lang.Object
implements ApplicationSettingsMBean

Exposes Application related functionality for JMX.

Author:
eelcohillenius

Constructor Summary
ApplicationSettings(wicket.Application application)
          Create.
 
Method Summary
 java.lang.String getAccessDeniedPage()
          Gets the access denied page class.
 java.lang.String getClassResolver()
          Gets the default resolver to use when finding classes
 java.lang.String getContextPath()
          Gets context path to use for absolute path generation.
 java.lang.String getConverterFactory()
          Gets the converter factory.
 java.lang.String getInternalErrorPage()
          Gets internal error page class.
 java.lang.String getPageExpiredErrorPage()
          Gets the page expired page class.
 java.lang.String getUnexpectedExceptionDisplay()
          Gets the unexpected exception display.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationSettings

public ApplicationSettings(wicket.Application application)
Create.

Parameters:
application -
Method Detail

getAccessDeniedPage

public java.lang.String getAccessDeniedPage()
Description copied from interface: ApplicationSettingsMBean
Gets the access denied page class.

Specified by:
getAccessDeniedPage in interface ApplicationSettingsMBean
Returns:
Returns the accessDeniedPage.
See Also:
ApplicationSettingsMBean.getAccessDeniedPage()

getClassResolver

public java.lang.String getClassResolver()
Description copied from interface: ApplicationSettingsMBean
Gets the default resolver to use when finding classes

Specified by:
getClassResolver in interface ApplicationSettingsMBean
Returns:
Default class resolver
See Also:
ApplicationSettingsMBean.getClassResolver()

getContextPath

public java.lang.String getContextPath()
Description copied from interface: ApplicationSettingsMBean
Gets context path to use for absolute path generation. For example an Application Server that is used as a virtual server on a Webserver:
           appserver.com/context mapped to webserver/ (context path should be '/')
 

Specified by:
getContextPath in interface ApplicationSettingsMBean
Returns:
The context path
See Also:
ApplicationSettingsMBean.getContextPath()

getConverterFactory

public java.lang.String getConverterFactory()
Description copied from interface: ApplicationSettingsMBean
Gets the converter factory.

Specified by:
getConverterFactory in interface ApplicationSettingsMBean
Returns:
the converter factory
See Also:
ApplicationSettingsMBean.getConverterFactory()

getInternalErrorPage

public java.lang.String getInternalErrorPage()
Description copied from interface: ApplicationSettingsMBean
Gets internal error page class.

Specified by:
getInternalErrorPage in interface ApplicationSettingsMBean
Returns:
Returns the internalErrorPage.
See Also:
ApplicationSettingsMBean.getInternalErrorPage()

getPageExpiredErrorPage

public java.lang.String getPageExpiredErrorPage()
Description copied from interface: ApplicationSettingsMBean
Gets the page expired page class.

Specified by:
getPageExpiredErrorPage in interface ApplicationSettingsMBean
Returns:
Returns the pageExpiredErrorPage.
See Also:
ApplicationSettingsMBean.getPageExpiredErrorPage()

getUnexpectedExceptionDisplay

public java.lang.String getUnexpectedExceptionDisplay()
Description copied from interface: ApplicationSettingsMBean
Gets the unexpected exception display.

Specified by:
getUnexpectedExceptionDisplay in interface ApplicationSettingsMBean
Returns:
the unexpected exception display
See Also:
ApplicationSettingsMBean.getUnexpectedExceptionDisplay()


Copyright © 2004-2007 Wicket developers. All Rights Reserved.