-
Regarding build method!!!
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules