Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.router.processor
Class RequestProcessorUtils

java.lang.Object
  extended by com.softwarementors.extjs.djn.router.processor.RequestProcessorUtils

public class RequestProcessorUtils
extends java.lang.Object


Constructor Summary
RequestProcessorUtils()
           
 
Method Summary
static java.util.Map<java.lang.String,java.lang.String> getDecodedRequestParameters(java.lang.String requestString)
           
static java.lang.String getExceptionMessage(java.lang.Throwable t)
           
static java.lang.Throwable getExceptionToReport(java.lang.Throwable t)
           
static java.lang.String getExceptionWhere(java.lang.Throwable t, boolean debugMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestProcessorUtils

public RequestProcessorUtils()
Method Detail

getDecodedRequestParameters

public static java.util.Map<java.lang.String,java.lang.String> getDecodedRequestParameters(java.lang.String requestString)

getExceptionToReport

public static java.lang.Throwable getExceptionToReport(java.lang.Throwable t)

getExceptionMessage

public static java.lang.String getExceptionMessage(java.lang.Throwable t)

getExceptionWhere

public static java.lang.String getExceptionWhere(java.lang.Throwable t,
                                                 boolean debugMode)

Copyright © 2008, 2009 Pedro Agulló Soliveres