-
Enhancement
-
Resolution: Won't Fix
-
P4
-
5.0
-
None
-
generic
-
generic
Several users have asked how they can access a RootDoc from outside a doclet. I realize that this can be done by setting the RoodDoc as a static member of the doclet and returning it with a public static method in the doclet. However, I have been told that there are situtuations where the caller does not want to use static methods (for example, EJBs). There should be a way to access a RootDoc from outside a doclet without using static methods and members.