org.slamb.mb
Class ThreadAction

java.lang.Object
  |
  +--Action
        |
        +--org.slamb.mb.DatabaseAction
              |
              +--org.slamb.mb.ThreadAction

public class ThreadAction
extends DatabaseAction

Verifies that a user has permissions to view a thread, that it exists, and gets some basic information about it. Passes control to thread.xfp to present this information and query the messages.

Version:
$Rev$ $Date$
Author:
Scott Lamb <slamb@slamb.org>
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.slamb.mb.DatabaseAction
library
 
Constructor Summary
ThreadAction()
           
 
Methods inherited from class org.slamb.mb.DatabaseAction
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadAction

public ThreadAction()