org.apache.manifoldcf.ui.beans
Class ThreadContext

java.lang.Object
  extended by org.apache.manifoldcf.ui.beans.ThreadContext

public class ThreadContext
extends java.lang.Object

Class to provide a threadcontext bean for every JSP page


Field Summary
static java.lang.String _rcsid
           
 
Constructor Summary
ThreadContext()
          Constructor
 
Method Summary
 IThreadContext getThreadContext()
          Get the thread context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rcsid

public static final java.lang.String _rcsid
See Also:
Constant Field Values
Constructor Detail

ThreadContext

public ThreadContext()
Constructor

Method Detail

getThreadContext

public IThreadContext getThreadContext()
Get the thread context.

Returns:
the context.