public class AjaxEnclosureListener extends AjaxRequestTarget.AbstractListener
WebApplication,
InlineEnclosure,
InlineEnclosureHandler| Constructor and Description |
|---|
AjaxEnclosureListener()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onBeforeRespond(Map<String,Component> map,
AjaxRequestTarget target)
Try to find Enclosures that have their controllers added already, and add them to the target.
|
onAfterRespond, updateAjaxAttributespublic void onBeforeRespond(Map<String,Component> map, AjaxRequestTarget target)
onBeforeRespond in interface AjaxRequestTarget.IListeneronBeforeRespond in class AjaxRequestTarget.AbstractListenermap - modifiable map (markupId -> component) of components already added to the targettarget - the target itself. Could be used to add components or to append/prepend
javascriptCopyright © 2006–2014 Apache Software Foundation. All rights reserved.