com.plumtree.portal.application
Class AppWarmUpServlet

java.lang.Object
  extended by HttpServlet
      extended by com.plumtree.portal.application.AppWarmUpServlet

public class AppWarmUpServlet
extends HttpServlet

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).

Version:
1.0
Author:
John Osborne

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

AppWarmUpServlet

public AppWarmUpServlet()
Creates a new AppWarmUpServlet object.

Method Detail

init

public void init()
          throws ServletException
The init method does the loading of the Plumtree application.

Throws:
ServletException



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.