java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.objectweb.telosys.common.TelosysServlet
Constructor Summary | |
TelosysServlet()
|
Method Summary | |
void |
error(java.lang.String sMsg)
Print a standard error message, using the active loggers |
void |
error(java.lang.String sMsg,
java.lang.Throwable exception)
Print error messages, using the active loggers |
void |
error(java.lang.Throwable exception)
Print an error message, using the active loggers |
boolean |
getFlagTrace()
Get the flag "trace" of the instance |
void |
info(java.lang.String s)
Print a standard info message, using the active loggers |
void |
setFlagTrace(boolean bFlag)
Set the flag "trace" (specific flag for each instance) |
void |
trace(java.lang.String s)
Print a standard trace message, using the active loggers (if the trace flag is "true") |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TelosysServlet()
Method Detail |
public void setFlagTrace(boolean bFlag)
bFlag
- public boolean getFlagTrace()
public void trace(java.lang.String s)
s
- public void error(java.lang.String sMsg)
sMsg
- public void error(java.lang.Throwable exception)
exception
- : the error causepublic void error(java.lang.String sMsg, java.lang.Throwable exception)
sMsg
- : the error messageexception
- : the error causepublic void info(java.lang.String s)
s
-