Index: JetspeedTool.java =================================================================== RCS file: /home/cvspublic/jakarta-jetspeed/src/java/org/apache/jetspeed/util/template/JetspeedTool.java,v retrieving revision 1.20 diff -u -r1.20 JetspeedTool.java --- JetspeedTool.java 7 Aug 2002 06:02:15 -0000 1.20 +++ JetspeedTool.java 8 Aug 2002 17:31:41 -0000 @@ -549,4 +549,70 @@ return result; } + + /** + * Return the content of a portlet using the portlet's name. This portlet is sought in + * the registry. This is useful when you want to get portlet's content without + * actually having the portlet in user's profile (for example, to preview a portlet + * before adding it to the profile). + *

+ * If a control name is specified to the portlet description, returns the defined + * portlet and control, otherwise use the default control. + *

+ * Issues to resolve: + *