|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.tomee.loader.LoaderServlet
@Deprecated public class LoaderServlet
The sole purpose of this class is to call the TomcatEmbedder.embed(java.util.Properties, java.lang.ClassLoader) method
This class gets the location of this webapp and assumes that it is
the tomee.war file then calls the embedder.
This method of bootstrapping is mutually exclusive to the OpenEJBListener approach
| Constructor Summary | |
|---|---|
LoaderServlet()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
init(javax.servlet.ServletConfig config)
Deprecated. |
protected Properties |
initParamsToProperties(javax.servlet.ServletConfig config)
Deprecated. Retrieves all intialization parameters for this servlet and stores them in a java.util.Properties object. |
| 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, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoaderServlet()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected Properties initParamsToProperties(javax.servlet.ServletConfig config)
config - javax.servlet.ServletConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||