org.apache.struts.examples.mailreader
Class Constants

java.lang.Object
  |
  +--org.apache.struts.examples.mailreader.Constants

public final class Constants
extends java.lang.Object

Manifest constants for the example application database.

Version:
$Rev: 54929 $ $Date: 2004-10-16 09:38:42 -0700 (Sat, 16 Oct 2004) $

Field Summary
static java.lang.String DATABASE_KEY
          The application scope attribute under which our user database is stored.
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

DATABASE_KEY

public static final java.lang.String DATABASE_KEY
The application scope attribute under which our user database is stored.
Constructor Detail

Constants

public Constants()


Copyright © 2003-2004 - The Apache Software Foundation