com.salmonllc.servlets |
This package contains several servlets used by the framework.
|
Java Source File Name | Type | Comment |
AppServer.java | Class | This servlet is the entry point for all servlet based pages in the framework. |
ConnectionMonitor.java | Class | This servlet provides useful information on connections in the connection pool and other server statistics
It should be secured with a password on a production server to prevent unauthorized use. |
DataServer.java | Class | This servlet works in conjunction with the ProxyDatastore and RemoteDataStore to provide database access to applets. |
DwInfoTranslator.java | Class | This Servlet is used to provide server information to Dreamweaver. |
Objectstore.java | Class | This Servlet is used to serve up static files or dynamically generated images. |
PersonalizationServer.java | Class | This Servlet is used to provide skin information to the ProxySkinManager. |
RemoteReflector.java | Class | This class represents the servlet which gets called from the RemoteProxy instance. |
SalmonPropsPath.java | Class | This class can be used to set the salmon properties path without the -D command line switch
To use it, add this servlet to the web.xml file of one of your web applications. |
Scheduler.java | Class | This servlet is the controller for all the scheduled object in the framework.
Each scheduled object must implement the com.salmonllc.ScheduledObject
interface and must be listed in the properties file. |
Translator.java | Class | This Servlet is used to translate custom tags for Dreamweaver into valid html. |