Snapper 1.0 API

org.enhydra.snapper.presentation
Class LoginPresentation

java.lang.Object
  extended byorg.enhydra.snapper.presentation.LoginPresentation
All Implemented Interfaces:
com.lutris.appserver.server.httpPresentation.HttpPresentation

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


Constructor Summary
LoginPresentation()
           
 
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

LoginPresentation

public LoginPresentation()
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 1.0 API