com.ondelette.servlet.webforum
Class ForumLocaleFactory

java.lang.Object
  |
  +--com.ondelette.servlet.webforum.ForumLocaleFactory

public class ForumLocaleFactory
extends java.lang.Object

A ForumLocal factory (i18n support)


Constructor Summary
ForumLocaleFactory()
           
 
Method Summary
static void destroy()
           
static ForumLocale getForumLocale(java.io.File file)
          Gets the forumLocale attribute of the ForumLocaleFactory class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForumLocaleFactory

public ForumLocaleFactory()
Method Detail

getForumLocale

public static ForumLocale getForumLocale(java.io.File file)
Gets the forumLocale attribute of the ForumLocaleFactory class

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

destroy

public static void destroy()
Since:
0.30