public class JEEWebGlobalAjaxHandler
extends org.apache.wicket.request.resource.ResourceReference
ELFunctions,
Serialized Form| Constructor and Description |
|---|
JEEWebGlobalAjaxHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configure(org.apache.wicket.protocol.http.WebApplication application)
Configures the handler to the given application.
|
org.apache.wicket.request.resource.IResource |
getResource()
Receives ajax events and delegates them to the page which where rendered previously.
|
public org.apache.wicket.request.resource.IResource getResource()
getResource in class org.apache.wicket.request.resource.ResourceReferencepublic static void configure(org.apache.wicket.protocol.http.WebApplication application)
application - the application to configure the handler toCopyright © 2015. All rights reserved.