net.sourceforge.fluxion.ajax.handler.impl
Class AjaxHandlerImpl

java.lang.Object
  extended by net.sourceforge.fluxion.ajax.handler.impl.AjaxHandlerImpl
All Implemented Interfaces:
AjaxHandler

public class AjaxHandlerImpl
extends java.lang.Object
implements AjaxHandler


Constructor Summary
AjaxHandlerImpl()
           
 
Method Summary
protected  java.util.ArrayList<java.lang.Object> determineArguments(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getContentType()
           
 void handle(java.lang.Object ajaxedObject, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setContentType(java.lang.String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxHandlerImpl

public AjaxHandlerImpl()
Method Detail

setContentType

public void setContentType(java.lang.String contentType)
Specified by:
setContentType in interface AjaxHandler

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface AjaxHandler

handle

public void handle(java.lang.Object ajaxedObject,
                   javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws java.lang.reflect.InvocationTargetException,
                   java.lang.IllegalAccessException,
                   java.io.IOException,
                   java.lang.NoSuchMethodException
Specified by:
handle in interface AjaxHandler
Throws:
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
java.io.IOException
java.lang.NoSuchMethodException

determineArguments

protected java.util.ArrayList<java.lang.Object> determineArguments(javax.servlet.http.HttpServletRequest request)
                                                            throws net.sf.json.JSONException
Throws:
net.sf.json.JSONException


Copyright © 2010. All Rights Reserved.