apps.email.util
Class JSPLoader

java.lang.Object
  |
  +--apps.email.util.JSPLoader

public class JSPLoader
extends java.lang.Object

Makes a URL connection to each JSP file in a specified directory.


Constructor Summary
JSPLoader()
          Reads the properties file and sets jspDir and serverUrl.
 
Method Summary
 void loadJSPs()
          Makes a URL connection to each JSP file in jspDir.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPLoader

public JSPLoader()
Reads the properties file and sets jspDir and serverUrl.
Method Detail

loadJSPs

public void loadJSPs()
Makes a URL connection to each JSP file in jspDir.

main

public static void main(java.lang.String[] args)