This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.ajax
Class AJAXRequestImpl
java.lang.Object
   org.apache.jetspeed.ajax.AJAXRequestImpl
org.apache.jetspeed.ajax.AJAXRequestImpl
- All Implemented Interfaces: 
- org.apache.jetspeed.ajax.AJAXRequest
- public class AJAXRequestImpl 
- extends Object- implements org.apache.jetspeed.ajax.AJAXRequest
Request used for AJAX services.
- Author:
- Scott T. Weaver
 
 
| Constructor Summary | 
| AJAXRequestImpl(javax.servlet.http.HttpServletRequest request,
                javax.servlet.http.HttpServletResponse response,
                javax.servlet.ServletContext context)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AJAX_SERVICE
public static final String AJAX_SERVICE
- See Also:
- Constant Field Values
AJAX_PARAM_PREFIX
public static final String AJAX_PARAM_PREFIX
- See Also:
- Constant Field Values
request
private final javax.servlet.http.HttpServletRequest request
ajaxParams
private List ajaxParams
serviceName
private final String serviceName
methodName
private final String methodName
response
private javax.servlet.http.HttpServletResponse response
context
private javax.servlet.ServletContext context
AJAXRequestImpl
public AJAXRequestImpl(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response,
                       javax.servlet.ServletContext context)
                throws org.apache.jetspeed.ajax.AJAXException
- Throws:
- org.apache.jetspeed.ajax.AJAXException
getParameters
public List getParameters()
- 
- Specified by:
- getParametersin interface- org.apache.jetspeed.ajax.AJAXRequest
 
- 
 
getServiceName
public String getServiceName()
- 
- Specified by:
- getServiceNamein interface- org.apache.jetspeed.ajax.AJAXRequest
 
- 
 
parseRequestArguments
protected List parseRequestArguments()
                              throws org.apache.jetspeed.ajax.AJAXException
- 
 
- 
- Throws:
- org.apache.jetspeed.ajax.AJAXException
 
getMethodName
public String getMethodName()
- 
- Specified by:
- getMethodNamein interface- org.apache.jetspeed.ajax.AJAXRequest
 
- 
 
getContext
public javax.servlet.ServletContext getContext()
- 
- Specified by:
- getContextin interface- org.apache.jetspeed.ajax.AJAXRequest
 
- 
 
getServletRequest
public javax.servlet.http.HttpServletRequest getServletRequest()
- 
- Specified by:
- getServletRequestin interface- org.apache.jetspeed.ajax.AJAXRequest
 
- 
 
getServletResponse
public javax.servlet.http.HttpServletResponse getServletResponse()
- 
- Specified by:
- getServletResponsein interface- org.apache.jetspeed.ajax.AJAXRequest
 
- 
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.