| Package | Description |
|---|---|
| org.apache.struts.apps.mailreader.dao | |
| org.apache.struts.apps.mailreader.dao.impl | |
| org.apache.struts.apps.mailreader.dao.impl.memory |
| Modifier and Type | Method and Description |
|---|---|
UserDatabase |
User.getDatabase()
Return the
UserDatabase with which we are associated. |
| Modifier and Type | Method and Description |
|---|---|
UserDatabase |
AbstractUser.getDatabase()
The
UserDatabase with which we are associated. |
| Constructor and Description |
|---|
AbstractUser(UserDatabase database,
java.lang.String username)
Construct a new User associated with the specified
UserDatabase. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryUserDatabase
Concrete implementation of
UserDatabase for an in-memory
database backed by an XML data file. |
| Constructor and Description |
|---|
MemoryUser(UserDatabase database,
java.lang.String username) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.