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
 java.util.Map getActionMap()
           
 void process(RequestContext requestContext)
           
 

Method Detail

process

void process(RequestContext requestContext)
             throws AJAXException
Throws:
AJAXException

getActionMap

java.util.Map getActionMap()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.