org.apache.jetspeed.ajax
Interface AjaxRequestService
- All Known Implementing Classes:
- AjaxRequestServiceImpl
public interface AjaxRequestService
An Ajax request is made up of an action and builder phases.
This interface defines the entry point into Ajax Request processing
typically used in a Jetspeed pipeline.
- Author:
- David Sean Taylor
process
void process(RequestContext requestContext)
throws AJAXException
- Throws:
AJAXException
getActionMap
java.util.Map getActionMap()
Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.