|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHttpServlet
e4s.E4HttpServlet
public class E4HttpServlet
Main class defined as servlet, when running as servlet (e.g. Tomcat).
$LastChangedDate: 2010-05-21 16:36:28 +0200 (Fr, 21 Mai 2010) $
$LastChangedRevision: 6448 $
$LastChangedBy: robert $| Field Summary | |
|---|---|
static long |
m_servlet_started
|
| Constructor Summary | |
|---|---|
E4HttpServlet()
This is the default constructor for your application. |
|
E4HttpServlet(java.lang.String application)
This is the constructor for your application including an application header. |
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
|
void |
destroy()
|
void |
doGet(HttpServletRequest req,
HttpServletResponse res)
|
void |
doPost(HttpServletRequest req,
HttpServletResponse res)
|
void |
finalize()
|
static java.util.Date |
getServletStartingTime()
Get the starting time of the servlet |
void |
init()
This initializes the servlet. |
void |
init(boolean add_mainmenu_item_tutorial,
boolean add_mainmenu_item_about_e4s)
This initializes the servlet. |
static boolean |
isObfuscated()
Check, if the E4S framework modules are obfuscated. |
void |
start()
|
protected void |
TRACE(java.lang.Object obj)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static long m_servlet_started
| Constructor Detail |
|---|
public E4HttpServlet()
public E4HttpServlet(java.lang.String application)
| Method Detail |
|---|
public void init()
init() or init(boolean,boolean) must be
called first in the public void init() method of your servlet which will be called
by the tomcat server upon startup.
init(boolean,boolean)
public void init(boolean add_mainmenu_item_tutorial,
boolean add_mainmenu_item_about_e4s)
init() or init(boolean,boolean) must be
called first in the public void init() method of your servlet which will be called
by the tomcat server upon startup.
add_mainmenu_item_tutorial - normally, this is set to false, otherwise the E4S tutorial will be includedadd_mainmenu_item_about_e4s - normally, this is set to false, otherwise some "about E4S" information will be includedinit()public void start()
public void doPost(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
ServletException
java.io.IOException
public void doGet(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
ServletException
java.io.IOExceptionpublic static java.util.Date getServletStartingTime()
public static boolean isObfuscated()
protected void TRACE(java.lang.Object obj)
public void finalize()
throws java.lang.Throwable
java.lang.Throwablepublic void destroy()
public static java.lang.String _getSVNVersionString()
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||