Snapper 3.0 API

org.enhydra.snapper.presentation
Class Suggest

java.lang.Object
  extended by org.enhydra.snapper.presentation.Suggest
All Implemented Interfaces:
com.lutris.appserver.server.httpPresentation.HttpPresentation

public class Suggest
extends java.lang.Object
implements com.lutris.appserver.server.httpPresentation.HttpPresentation


Constructor Summary
Suggest()
           
 
Method Summary
 void run(com.lutris.appserver.server.httpPresentation.HttpPresentationComms comms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Suggest

public Suggest()
Method Detail

run

public void run(com.lutris.appserver.server.httpPresentation.HttpPresentationComms comms)
         throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
Specified by:
run in interface com.lutris.appserver.server.httpPresentation.HttpPresentation
Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException

Snapper 3.0 API