org.apache.jetspeed.ajax
Interface AJAXRequest


public interface AJAXRequest

Request used for AJAX services.

Author:
Scott T. Weaver

Method Summary
 javax.servlet.ServletContext getContext()
           
 String getMethodName()
           
 List getParameters()
           
 String getServiceName()
           
 javax.servlet.http.HttpServletRequest getServletRequest()
           
 javax.servlet.http.HttpServletResponse getServletResponse()
           
 

Method Detail

getServiceName

public String getServiceName()

getMethodName

public String getMethodName()

getParameters

public List getParameters()

getServletRequest

public javax.servlet.http.HttpServletRequest getServletRequest()

getServletResponse

public javax.servlet.http.HttpServletResponse getServletResponse()

getContext

public javax.servlet.ServletContext getContext()


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