org.apache.jetspeed.ajax
Interface AjaxRequestService


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

Method Summary
 Map getActionMap()
           
 void process(RequestContext requestContext)
           
 

Method Detail

process

void process(RequestContext requestContext)
             throws AJAXException
Throws:
AJAXException

getActionMap

Map getActionMap()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.