org.xmoon.utility
Class ServiceTool

java.lang.Object
  extended byorg.xmoon.utility.ServiceTool

public class ServiceTool
extends java.lang.Object


Field Summary
private static org.apache.log4j.Logger log
           
 
Constructor Summary
ServiceTool()
           
 
Method Summary
static java.lang.String getServiceName(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
static java.lang.String getServicePath(javax.servlet.http.HttpServletRequest request)
           
static void logRequest(javax.servlet.ServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.log4j.Logger log
Constructor Detail

ServiceTool

public ServiceTool()
Method Detail

getServicePath

public static java.lang.String getServicePath(javax.servlet.http.HttpServletRequest request)

getServiceName

public static java.lang.String getServiceName(org.apache.struts.action.ActionMapping mapping,
                                              javax.servlet.http.HttpServletRequest request)

logRequest

public static void logRequest(javax.servlet.ServletRequest request)