Package org.apache.manifoldcf.ui.beans
Class ThreadContext
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description static java.lang.String
_rcsid
-
Constructor Summary
Constructors Constructor Description ThreadContext()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IThreadContext
getThreadContext()
Get the thread context.
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
getThreadContext
public IThreadContext getThreadContext()
Get the thread context.- Returns:
- the context.
-
-