Java org.apache.wicket Application fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket Application fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket Application.

The text is from its open source code.

Field

StringCONFIGURATION
Configuration constant for the 2 types

Method

RequestCyclecreateRequestCycle(final Request request, final Response response)
booleanexists()
Checks if the Application threadlocal is set in this thread
SessionfetchCreateAndSetSession(final RequestCycle requestCycle)
Applicationget()
Get Application for current thread.
Applicationget(final String applicationKey)
Gets the Application based on the application key of that application.
StringgetApplicationKey()
Gets the unique key of this application within a given context (like a web application).
SetgetApplicationKeys()
Gets the keys of the currently registered Wicket applications for this web application.
ApplicationListenerCollectiongetApplicationListeners()
ApplicationSettingsgetApplicationSettings()
BehaviorInstantiationListenerCollectiongetBehaviorInstantiationListeners()
ComponentInitializationListenerCollectiongetComponentInitializationListeners()
ComponentInstantiationListenerCollectiongetComponentInstantiationListeners()
ComponentOnAfterRenderListenerCollectiongetComponentOnAfterRenderListeners()
ComponentOnBeforeRenderListenerCollectiongetComponentPreOnBeforeRenderListeners()
RuntimeConfigurationTypegetConfigurationType()
Gets the configuration mode to use for configuring the app, either RuntimeConfigurationType#DEVELOPMENT or RuntimeConfigurationType#DEPLOYMENT .
DebugSettingsgetDebugSettings()
ExceptionSettingsgetExceptionSettings()
FrameworkSettingsgetFrameworkSettings()
ClassgetHomePage()
Application subclasses must specify a home page class by implementing this abstract method.
ListgetInitializers()
JavaScriptLibrarySettingsgetJavaScriptLibrarySettings()
MarkupSettingsgetMarkupSettings()
TgetMetaData(final MetaDataKey key)
Gets metadata for this application using the given key.
StringgetName()
Gets the name of this application.
PageSettingsgetPageSettings()
RequestCycleListenerCollectiongetRequestCycleListeners()
RequestCycleSettingsgetRequestCycleSettings()
IRequestLoggergetRequestLogger()
Gets the IRequestLogger .
RequestLoggerSettingsgetRequestLoggerSettings()
ResourceSettingsgetResourceSettings()
IRequestMappergetRootRequestMapper()
ICompoundRequestMappergetRootRequestMapperAsCompound()
Converts the root mapper to a ICompoundRequestMapper if necessary and returns the converted instance.
SecuritySettingsgetSecuritySettings()
SessionListenerCollectiongetSessionListeners()
ISessionStoregetSessionStore()
Gets the facade object for working getting/ storing session instances.
SharedResourcesgetSharedResources()
voidinitApplication()
Initialize the application
ApplicationsetDebugSettings(final DebugSettings debugSettings)
ApplicationsetHeaderResponseDecorator(final IHeaderResponseDecorator headerResponseDecorator)
Sets an IHeaderResponseDecorator that you want your application to use to decorate header responses.
ApplicationsetMetaData(final MetaDataKey key, final Object object)
Sets the metadata for this application using the given key.
voidsetName(final String name)
Sets application name.
ApplicationsetRootRequestMapper(final IRequestMapper rootRequestMapper)
Sets the root request mapper
ApplicationsetSecuritySettings(final SecuritySettings securitySettings)