KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > exoplatform > portlets > content > explorer > component > UIJCRPortlet


1 /***************************************************************************
2  * Copyright 2001-2003 The eXo Platform SARL All rights reserved. *
3  * Please look at license.txt in info directory for more license detail. *
4  **************************************************************************/

5 package org.exoplatform.portlets.content.explorer.component;
6
7 import org.exoplatform.faces.core.component.UIPortlet;
8 /**
9  * Wed, Dec 22, 2003 @ 23:14
10  * @author: Tuan Nguyen
11  * @email: tuan08@users.sourceforge.net
12  * @version: $Id: UIFilePortlet.java,v 1.3 2004/08/17 13:07:02 tuan08 Exp $
13  */

14 public class UIJCRPortlet extends UIPortlet {
15   
16   public UIJCRPortlet() throws Exception JavaDoc {
17     addChild(UIJCRExplorer.class) ;
18     setRendererType("ChildrenRenderer") ;
19   }
20 }
Popular Tags