public interface AjaxRequestService
Modifier and Type | Method and Description |
---|---|
Map<String,AjaxAction> |
getActionMap()
Retrieve the map of configured actions.
|
void |
process(RequestContext requestContext)
Entry point into processing an Ajax request
|
void process(RequestContext requestContext) throws AJAXException
requestContext
- the request context holding runtime request parameters to be normalizedAJAXException
Map<String,AjaxAction> getActionMap()
AjaxAction
implementations. Examples:
<entry key="moveleft">
<ref bean="AjaxMovePortletLeft" />
</entry>
<entry key="moveright">
<ref bean="AjaxMovePortletRight" />
</entry>
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.