|
I searched the archives on this with no luck.
I have a class for which it's entire existance is simply to
decide what and where the user wants to go. Which means I pass a parameter,
named "ident", with every request. This class has a boatload of else if( )
statements attempting to determine where the user wants to go, then
I forward them to the appropriate JSP page after I've done some work
elsewhere in the application.
My question is: Is there a way to store method calls, or the entire
method, in a hastable and use the "ident" as the key? I could simple return an
object that would call the appropriate method.
Anyone?? Thanks.
John D. McDonald
CipherStream Systems Phone: 925.373.8700 Fax: 413.793.6603 email: [EMAIL PROTECTED] web: www.cipherstream.com ------------------------------------------------------- Secure E-Business Is Our Business ------------------------------------------------------- |
- Re: methods in Hashtable John McDonald
- Re: methods in Hashtable Daniel Lopez
