FileDocCategorySizeDatePackage
NameApp.javaAPI DocExample920Thu Apr 05 20:26:06 BST 2001None

NameApp

public class NameApp extends Object implements Application

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectcreateContext(ApplicationRequest request, ApplicationResponse response)

    // You often pass on the request and response even if
    // they are not used, since they may be used later
    return new NameContext(request, response);
  
public voiddestroy()

  
public java.lang.ClassgetContextType()

    return NameContext.class;
  
public voidinit(ApplicationConfig config)