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.
protected  UserDatabase BaseAction.getUserDatabase(javax.servlet.http.HttpServletRequest request)
          Return a reference to the UserDatabase or null if the database is not available.
 

Methods in org.apache.struts.webapp.example with parameters of type UserDatabase
(package private)  User LogonAction.getUser(UserDatabase database, String username, String password, org.apache.struts.action.ActionMessages errors)
          Confirm user credentials.
 

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.
 class TestUserDatabase
          Help test exception handling by throwing exceptions when "magic" user names are requested.
 

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



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.