KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > portal > setup > config > PortalSetupConfig


1 /*****************************************
2  * *
3  * JBoss Portal: The OpenSource Portal *
4  * *
5  * Distributable under LGPL license. *
6  * See terms of license at gnu.org. *
7  * *
8  *****************************************/

9 package org.jboss.portal.setup.config;
10
11 /**
12  * @author <a HREF="mailto:palber@novell.com">Polina Alber</a>
13  * Date: Apr 13, 2005; Time: 12:40:47 PM
14  * @since JBoss portal 2.0
15  * Class org.jboss.portal.setup.config.PortalSetupConfig
16  * is an abstraction of portal setup service configuration.
17  */

18 public class PortalSetupConfig
19 {
20 }
21
Popular Tags