things.thinger.service.httptool.stock
Class Action_Main

java.lang.Object
  extended by things.thinger.service.httptool.Action
      extended by things.thinger.service.httptool.stock.Action_Main

public class Action_Main
extends Action

The main action for the stock implementation.

Version:
1.0

Version History

EPG - Initial - 17 NOV 07
 
Author:
Erich P. Gatejen

Field Summary
 
Fields inherited from class things.thinger.service.httptool.Action
parameters, si, tags
 
Constructor Summary
Action_Main()
           
 
Method Summary
protected  ActionResult process()
          Just return the main page.
 
Methods inherited from class things.thinger.service.httptool.Action
ERROR, execute, head, PUNT
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action_Main

public Action_Main()
Method Detail

process

protected ActionResult process()
                        throws java.lang.Throwable
Just return the main page.

Specified by:
process in class Action
Throws:
java.lang.Throwable


Things.