UserHandlerpublic class UserHandler extends Object This class contains the single method for the user preferences
screens for the sample expense report aplication. |
Methods Summary |
---|
public java.lang.String | updateProfile()This method should save the updated user profile information
in a real applciation. For the sample application, it just
returns "success".
return "success";
|
|