|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHttpServlet
com.plumtree.portal.application.AppWarmUpServlet
public class AppWarmUpServlet
This class used to load the application level settings. This implements a java servlet, and therefore must be completely re-written as a .aspx page in C#. Any changes to this file need to be duplicated in the corresponding .NET file (ApplicationStartup.cs).
| Constructor Summary | |
|---|---|
AppWarmUpServlet()
Creates a new AppWarmUpServlet object. |
|
| Method Summary | |
|---|---|
void |
init()
The init method does the loading of the Plumtree application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppWarmUpServlet()
| Method Detail |
|---|
public void init()
throws ServletException
ServletException
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||