Author: chris.laprun(a)jboss.com
Date: 2010-06-15 18:22:01 -0400 (Tue, 15 Jun 2010)
New Revision: 3341
Added:
components/wsrp/trunk/common/src/main/java/org/gatein/wsrp/spec/v2/WSRP2Constants.java
Log:
- Added WSRP2Constants for, well, WSRP 2 constants! :)
Added:
components/wsrp/trunk/common/src/main/java/org/gatein/wsrp/spec/v2/WSRP2Constants.java
===================================================================
---
components/wsrp/trunk/common/src/main/java/org/gatein/wsrp/spec/v2/WSRP2Constants.java
(rev 0)
+++
components/wsrp/trunk/common/src/main/java/org/gatein/wsrp/spec/v2/WSRP2Constants.java 2010-06-15
22:22:01 UTC (rev 3341)
@@ -0,0 +1,41 @@
+/*
+ * JBoss, a division of Red Hat
+ * Copyright 2010, Red Hat Middleware, LLC, and individual
+ * contributors as indicated by the @authors tag. See the
+ * copyright.txt in the distribution for a full listing of
+ * individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
+package org.gatein.wsrp.spec.v2;
+
+/**
+ * @author <a href="mailto:chris.laprun@jboss.com">Chris
Laprun</a>
+ * @version $Revision$
+ */
+public final class WSRP2Constants
+{
+ private WSRP2Constants()
+ {
+ }
+
+ public static final String OPTIONS_EVENTS = "wsrp:events";
+ public static final String OPTIONS_LEASING = "wsrp:leasing";
+ public static final String OPTIONS_COPYPORTLETS = "wsrp:copyPortlets";
+ public static final String OPTIONS_IMPORT = "wsrp:import";
+ public static final String OPTIONS_EXPORT = "wsrp:export";
+}