weaver 2003/08/01 13:02:36
Modified: commons/src/java/org/apache/jetspeed/om/common
MutableDescription.java
Log:
Added a constant for portlet entity
Revision Changes Path
1.2 +3 -2
jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/om/common/MutableDescription.java
Index: MutableDescription.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/om/common/MutableDescription.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MutableDescription.java 28 Jul 2003 23:46:39 -0000 1.1
+++ MutableDescription.java 1 Aug 2003 20:02:36 -0000 1.2
@@ -74,6 +74,7 @@
String TYPE_PORTLET_APP = "portlet application";
String TYPE_WEB_APP = "web application";
String TYPE_PORTLET = "portlet";
+ String TYPE_PORTLET_ENTITY = "portlet entity";
String TYPE_PARAMETER = "parameter";
String TYPE_PREFERENCE = "preference";
String TYPE_SEC_ROLE_REF = "security role ref";
@@ -81,7 +82,7 @@
void setDescription(String description);
void setLocale(Locale locale);
-
+
String getType();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]