com.ondelette.servlet.webannonces
Class AnnoncesFolderFactory

java.lang.Object
  |
  +--com.ondelette.servlet.webannonces.AnnoncesFolderFactory

public class AnnoncesFolderFactory
extends java.lang.Object

A factory for AnnoncesFolder


Field Summary
static long mDelay
          Delay to save data on disk
static int mSize
          Number of ads per page
 
Constructor Summary
AnnoncesFolderFactory()
           
 
Method Summary
static void destroy()
          Call this when the servlet dies
static AnnoncesFolder getAnnoncesFolder(java.io.File file)
          Gets the annoncesFolder attribute of the AnnoncesFolderFactory class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mDelay

public static long mDelay
Delay to save data on disk

Since:
0.30

mSize

public static int mSize
Number of ads per page

Since:
0.30
Constructor Detail

AnnoncesFolderFactory

public AnnoncesFolderFactory()
Method Detail

getAnnoncesFolder

public static AnnoncesFolder getAnnoncesFolder(java.io.File file)
Gets the annoncesFolder attribute of the AnnoncesFolderFactory class

Parameters:
file -
Returns:
The annoncesFolder value
Since:
0.30

destroy

public static void destroy()
Call this when the servlet dies

Since:
0.30