wt.session
Class SessionHelper

java.lang.Object
  extended by wt.session.SessionHelper
All Implemented Interfaces:
Externalizable, Serializable

public class SessionHelper
extends Object
implements Externalizable

Helper class that p[rovides a convinient way to access the SessionManager functionality.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static SessionManager manager
          

Supported API: true
 
Method Summary
static Locale getLocale()
          

Supported API: true
static WTPrincipal getPrincipal()
          

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

public static final SessionManager manager


Supported API: true

Method Detail

getPrincipal

public static WTPrincipal getPrincipal()
                                throws WTException


Supported API: true

Returns:
WTPrincipal
Throws:
WTException

getLocale

public static Locale getLocale()
                        throws WTException


Supported API: true

Returns:
Locale
Throws:
WTException