|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 UserDatabase with which we are associated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |