Uses of Interface
org.apache.struts.webapp.example.UserDatabase

Packages that use UserDatabase
org.apache.struts.webapp.example   
org.apache.struts.webapp.example.memory   
 

Uses of UserDatabase in org.apache.struts.webapp.example
 

Methods in org.apache.struts.webapp.example that return UserDatabase
 UserDatabase User.getDatabase()
          Return the UserDatabase with which we are associated.
 

Methods in org.apache.struts.webapp.example with parameters of type UserDatabase
 User LogonAction.getUser(UserDatabase database, String username)
          Look up the user, throwing an exception to simulate business logic rule exceptions.
 

Uses of UserDatabase in org.apache.struts.webapp.example.memory
 

Classes in org.apache.struts.webapp.example.memory that implement UserDatabase
 class MemoryUserDatabase
          Concrete implementation of UserDatabase for an in-memory database backed by an XML data file.
 

Methods in org.apache.struts.webapp.example.memory that return UserDatabase
 UserDatabase MemoryUser.getDatabase()
          The UserDatabase with which we are associated.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.