KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > portal > common > command > CommandConstants


1 /***************************************
2  * *
3  * Nukes: The OpenSource CMS *
4  * *
5  * Distributable under GPL license. *
6  * See terms of license at gnu.org. *
7  * *
8  ***************************************/

9 package org.jboss.portal.common.command;
10
11 import org.jboss.portal.common.command.result.ImmutableResult;
12 import org.jboss.portal.common.command.result.ResultType;
13
14 /**
15  * @author <a HREF="theute@users.sourceforge.net">Thomas Heute</a>
16  * $Revision: 1.1.1.1 $
17  */

18 public interface CommandConstants
19 {
20    ResultType TYPE_COMPOSITE = new ImmutableResult("TYPE_COMPOSITE");
21 }
22
Popular Tags