tinlizard.model
Class CurrentUser

java.lang.Object
  extended by tinlizard.model.CurrentUser

public final class CurrentUser
extends Object

User for the current thread.


Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Method Summary
static void clearCurrentUser()
           
static Locale getLocale()
           
static String getUsername()
           
static void setLocale(Locale locale)
           
static void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.log4j.Logger LOG
Method Detail

getUsername

public static String getUsername()

getLocale

public static Locale getLocale()

setUsername

public static void setUsername(String username)

setLocale

public static void setLocale(Locale locale)

clearCurrentUser

public static void clearCurrentUser()


Copyright © 2009. All Rights Reserved.