FileDocCategorySizeDatePackage
UserHandler.javaAPI DocExample764Tue Jun 08 11:26:42 BST 2004com.mycompany.expense

UserHandler

public class UserHandler extends Object
This class contains the single method for the user preferences screens for the sample expense report aplication.
author
Hans Bergsten, Gefion Software
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringupdateProfile()
This method should save the updated user profile information in a real applciation. For the sample application, it just returns "success".

	return "success";