Uses of Class
org.alltimeflashdreamer.filelister.PropertyFileParameters

Packages that use PropertyFileParameters
org.alltimeflashdreamer.filelister The filelister package contains the application core, such as the JDBC connectivity, the configuration reader, the indexer and the viewer servlets. 
 

Uses of PropertyFileParameters in org.alltimeflashdreamer.filelister
 

Methods in org.alltimeflashdreamer.filelister with parameters of type PropertyFileParameters
(package private) static void PoolHandler.initializePool(PropertyFileParameters params)
          Initializes the connection pool according to the settings stored in the given PropertyFileParameters instance, i.e. the property file.
 

Constructors in org.alltimeflashdreamer.filelister with parameters of type PropertyFileParameters
FileListerConfig(HttpServletRequest request, ServletContext context, PropertyFileParameters params, int iWindowID)
          The constructor initializes the class and constructs the URL's of each site to be shown.
FileListerConfig(PropertyFileParameters params)
          This constructor may be called from other classes than the FileListerViewerServlet, as used to build the initial index.