-
Aug 3rd, 2007, 04:06 AM
#1
Dependency injection in custom namespace
Hi,
Here's my problem, we wrote a namespace for hiding a servlet dispatcher class.
For e.g. : <my:dispatcher page="/home/login.jsp">
This same tag can be a servlet or portlet or jsf dispatcher.
So we wrote a NamespaceHandlerSupport and other files for each...
Is there no a way to have one NamespaceHandlerSupport but with a external file that define which implementation class to use (servlet,portlet,..) ?
Thanks.
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