com.softwarementors.extjs.djn.router
Class RequestRouter
java.lang.Object
com.softwarementors.extjs.djn.router.RequestRouter
public class RequestRouter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestRouter
public RequestRouter(Registry registry,
boolean debugMode)
processSimpleFormPostRequest
public void processSimpleFormPostRequest(java.io.Reader reader,
java.io.Writer writer)
throws java.io.IOException
- Throws:
java.io.IOException
processUploadFormPostRequest
public void processUploadFormPostRequest(java.util.List<org.apache.commons.fileupload.FileItem> fileItems,
java.io.Writer writer)
throws java.io.IOException
- Throws:
java.io.IOException
processJsonRequest
public void processJsonRequest(java.io.Reader reader,
java.io.Writer writer)
throws java.io.IOException
- Throws:
java.io.IOException
processPollRequest
public void processPollRequest(java.io.Reader reader,
java.io.Writer writer,
java.lang.String pathInfo)
throws java.io.IOException
- Throws:
java.io.IOException
handleFileUploadException
public void handleFileUploadException(org.apache.commons.fileupload.FileUploadException e)