ischool.info340.teamE
Class AppConfig

java.lang.Object
  extended by ischool.info340.teamE.AppConfig

public class AppConfig
extends java.lang.Object


Field Summary
static java.net.URL appRoot
          the base url for this application
static MediaManager mediaManager
           
static PlaceManager placeManager
           
static TagManager tagManager
           
static UserManager userManager
           
 
Constructor Summary
AppConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userManager

public static final UserManager userManager

placeManager

public static final PlaceManager placeManager

mediaManager

public static final MediaManager mediaManager

tagManager

public static final TagManager tagManager

appRoot

public static final java.net.URL appRoot
the base url for this application

Constructor Detail

AppConfig

public AppConfig()