wicket.jmx
Interface ApplicationSettingsMBean

All Known Implementing Classes:
ApplicationSettings

public interface ApplicationSettingsMBean

Application settings.

Author:
eelcohillenius

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.
 

Method Detail

getAccessDeniedPage

java.lang.String getAccessDeniedPage()
Gets the access denied page class.

Returns:
Returns the accessDeniedPage.
See Also:
IApplicationSettings.setAccessDeniedPage(Class)

getClassResolver

java.lang.String getClassResolver()
Gets the default resolver to use when finding classes

Returns:
Default class resolver

getContextPath

java.lang.String getContextPath()
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 '/')
 

Returns:
The context path
See Also:
what the possible values can be.

getConverterFactory

java.lang.String getConverterFactory()
Gets the converter factory.

Returns:
the converter factory

getInternalErrorPage

java.lang.String getInternalErrorPage()
Gets internal error page class.

Returns:
Returns the internalErrorPage.
See Also:
IApplicationSettings.setInternalErrorPage(Class)

getPageExpiredErrorPage

java.lang.String getPageExpiredErrorPage()
Gets the page expired page class.

Returns:
Returns the pageExpiredErrorPage.
See Also:
IApplicationSettings.setPageExpiredErrorPage(Class)

getUnexpectedExceptionDisplay

java.lang.String getUnexpectedExceptionDisplay()
Gets the unexpected exception display.

Returns:
the unexpected exception display


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