com.ejie.r01f.servlet
Class RequestDebugInfoFormatter

java.lang.Object
  extended bycom.ejie.r01f.servlet.RequestDebugInfoFormatter

public class RequestDebugInfoFormatter
extends java.lang.Object

Devuelve información de depuración sobre la request


Constructor Summary
RequestDebugInfoFormatter()
           
 
Method Summary
static java.lang.String composeDebugInfo(javax.servlet.http.HttpServletRequest req)
           
static java.lang.String composeDebugInfo(javax.servlet.ServletRequest request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestDebugInfoFormatter

public RequestDebugInfoFormatter()
Method Detail

composeDebugInfo

public static java.lang.String composeDebugInfo(javax.servlet.ServletRequest request)

composeDebugInfo

public static java.lang.String composeDebugInfo(javax.servlet.http.HttpServletRequest req)