InterviewSolution
Saved Bookmarks
| 1. |
How Can I Resolve/initialize A Particular Component With Out Injecting In Any Component ? |
|
Answer» ATG provides one method resolveName(component NAME we have to PROVIDE) in GenericService CLASS using it we can initialise the component. ATG provides one method resolveName(component name we have to provide) in GenericService class using it we can initialise the component. |
|