|
||||||||||
| 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
com.vaadin.server.VaadinServlet
com.vaadin.server.LegacyVaadinServlet
public class LegacyVaadinServlet
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.vaadin.server.VaadinServlet |
|---|
VaadinServlet.RequestType |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
LegacyVaadinServlet()
|
|
| Method Summary | |
|---|---|
protected java.lang.Class<? extends LegacyApplication> |
getApplicationClass()
|
protected LegacyApplication |
getNewApplication(javax.servlet.http.HttpServletRequest request)
|
void |
init(javax.servlet.ServletConfig servletConfig)
Called by the servlet container to indicate to a servlet that the servlet is being placed into service. |
protected boolean |
shouldCreateApplication(javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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 LegacyVaadinServlet()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
VaadinServlet
init in interface javax.servlet.Servletinit in class VaadinServletservletConfig - the object containing the servlet's configuration and
initialization parameters
javax.servlet.ServletException - if an exception has occurred that interferes with the
servlet's normal operation.
protected java.lang.Class<? extends LegacyApplication> getApplicationClass()
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
protected LegacyApplication getNewApplication(javax.servlet.http.HttpServletRequest request)
throws javax.servlet.ServletException
javax.servlet.ServletException
protected boolean shouldCreateApplication(javax.servlet.http.HttpServletRequest request)
throws javax.servlet.ServletException
javax.servlet.ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||