Author: nbelaevski
Date: 2008-12-06 20:35:23 -0500 (Sat, 06 Dec 2008)
New Revision: 11610
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/client/ComponentEntryPoint.java
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/client/ui/JSFImage.java
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtCallListener.java
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtEvent.java
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListener.java
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerHandler.java
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerHelper.java
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerMethodHelper.java
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerServiceHelper.java
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtPhaseListener.java
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/PageRenderer.java
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/WidgetRenderer.java
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/server/GwtFacesServlet.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/client/ComponentEntryPoint.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/client/ComponentEntryPoint.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/client/ComponentEntryPoint.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.gwt.client;
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/client/ui/JSFImage.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/client/ui/JSFImage.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/client/ui/JSFImage.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.gwt.client.ui;
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtCallListener.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtCallListener.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtCallListener.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.ajax4jsf.gwt.jsf;
import javax.faces.event.PhaseEvent;
Modified: branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtEvent.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtEvent.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtEvent.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.gwt.jsf;
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListener.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListener.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListener.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.gwt.jsf;
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerHandler.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerHandler.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerHandler.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.gwt.jsf;
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerHelper.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerHelper.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerHelper.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.gwt.jsf;
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerMethodHelper.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerMethodHelper.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerMethodHelper.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.gwt.jsf;
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerServiceHelper.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerServiceHelper.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtListenerServiceHelper.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.ajax4jsf.gwt.jsf;
import com.google.gwt.user.server.rpc.RPCRequest;
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtPhaseListener.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtPhaseListener.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/GwtPhaseListener.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.gwt.jsf;
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/PageRenderer.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/PageRenderer.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/PageRenderer.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.gwt.jsf;
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/WidgetRenderer.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/WidgetRenderer.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/jsf/WidgetRenderer.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.gwt.jsf;
Modified:
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/server/GwtFacesServlet.java
===================================================================
---
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/server/GwtFacesServlet.java 2008-12-07
01:34:40 UTC (rev 11609)
+++
branches/3.1.x/extensions/gwt/src/main/java/org/ajax4jsf/gwt/server/GwtFacesServlet.java 2008-12-07
01:35:23 UTC (rev 11610)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.gwt.server;