PDA

View Full Version : Regarding build method!!!



shekhar12
01-17-2005, 11:35 PM
Hi all
I am using installshiled X(Universal installer). I have a query regarding
putClass method which is being used in build method.
e.g.
support.putClass("com.xxx.xxx.xxx.DeleteFiles");

Is it necessary to import all the classes(by putClass method in our action bean) which is being used by Deletefiles, eventhough method i will be accessing(from DeleteFiles class )does not need those class.
e.g
Here DeleteFiles has a method getName Which does not need any import statement but other method of this class need import statements.
should i also import those class through putClass?

If any body have any idea about this? please let me know.

Thanks in advance
Abhi shekhar