Java org.apache.wicket.protocol.http WebApplication fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.protocol.http WebApplication fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.apache.wicket.protocol.http.WebApplication has subclasses.
Click this link to see all its subclasses.

Constructor

WebApplication()
Constructor.

Method

RequestCyclecreateRequestCycle(final Request request, final Response response)
WebApplicationget()
Covariant override for easy getting the current WebApplication without having to cast it.
AjaxRequestTargetListenerCollectiongetAjaxRequestTargetListeners()
Returns the registered org.apache.wicket.ajax.AjaxRequestTarget.IListener objects.
StringgetApplicationKey()
ApplicationSettingsgetApplicationSettings()
ComponentInstantiationListenerCollectiongetComponentInstantiationListeners()
ComponentOnBeforeRenderListenerCollectiongetComponentPreOnBeforeRenderListeners()
RuntimeConfigurationTypegetConfigurationType()
DebugSettingsgetDebugSettings()
ExceptionSettingsgetExceptionSettings()
FrameworkSettingsgetFrameworkSettings()
HeaderContributorListenerCollectiongetHeaderContributorListeners()
ClassgetHomePage()
Application subclasses must specify a home page class by implementing this abstract method.
StringgetInitParameter(String key)
Gets an init parameter of the filter, or null if the parameter does not exist.
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 .
ResourceSettingsgetResourceSettings()
ICompoundRequestMappergetRootRequestMapperAsCompound()
Converts the root mapper to a ICompoundRequestMapper if necessary and returns the converted instance.
SecuritySettingsgetSecuritySettings()
ServletContextgetServletContext()
Gets the servlet context for this application.
SharedResourcesgetSharedResources()
voidinitApplication()
Initialize the application
voidmount(final IRequestMapper mapper)
Mounts an encoder at the given path.
MountedMappermountPage(final String path, final Class pageClass)
Mounts a page class to the given path.
ResourceMappermountResource(final String path, final ResourceReference reference)
Mounts a shared resource to the given path.
AjaxRequestTargetnewAjaxRequestTarget(final Page page)
Creates a new ajax request target used to control ajax responses
ApplicationsetConfigurationType(RuntimeConfigurationType configurationType)
set runtime configuration type

this is a write-once property: once configured it can not be changed later on.

ApplicationsetMetaData(final MetaDataKey key, final Object object)
Sets the metadata for this application using the given key.
voidsetName(final String name)
Sets application name.
voidsetServletContext(ServletContext servletContext)
Sets servlet context this application runs after.
ApplicationsetSessionStoreProvider(final Supplier sessionStoreProvider)
voidsetWicketFilter(final WicketFilter wicketFilter)
THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
voidunmount(String path)
Unregisters all IRequestMapper s which would match on a this path.