Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.acme.gui.presObjs.ErrorPO1.level0.level1.level2
Class GenerateError  view GenerateError download GenerateError.java

java.lang.Object
  extended bycom.acme.gui.presObjs.ErrorPO1.level0.level1.level2.GenerateError
All Implemented Interfaces:
com.lutris.appserver.server.httpPresentation.HttpPresentation

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


Field Summary
private static java.lang.String title
           
 
Constructor Summary
GenerateError()
           
 
Method Summary
 void run(com.lutris.appserver.server.httpPresentation.HttpPresentationComms comms)
          Run the Presentation Object passing it an HTTP request to handle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

private static final java.lang.String title
See Also:
Constant Field Values
Constructor Detail

GenerateError

public GenerateError()
Method Detail

run

public void run(com.lutris.appserver.server.httpPresentation.HttpPresentationComms comms)
         throws java.lang.Exception
Description copied from interface: com.lutris.appserver.server.httpPresentation.HttpPresentation
Run the Presentation Object passing it an HTTP request to handle. Presentation objects differ from Servlets in that they are only called to handle a single request at a time. No concurrency control is required. The presentation should be coded in such a way that it can handle multiple, non-concurrent requests or have a lifetime of a single request.

Specified by:
run in interface com.lutris.appserver.server.httpPresentation.HttpPresentation