You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/08/28 02:57:00 UTC

svn commit: r808705 - /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/ActionSource2AttachedObjectTargetImpl.java

Author: lu4242
Date: Fri Aug 28 00:56:59 2009
New Revision: 808705

URL: http://svn.apache.org/viewvc?rev=808705&view=rev
Log:
MYFACES-2311 Implement <composite:actionSource> tag handler

Added:
    myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/ActionSource2AttachedObjectTargetImpl.java   (with props)

Added: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/ActionSource2AttachedObjectTargetImpl.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/ActionSource2AttachedObjectTargetImpl.java?rev=808705&view=auto
==============================================================================
--- myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/ActionSource2AttachedObjectTargetImpl.java (added)
+++ myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/ActionSource2AttachedObjectTargetImpl.java Fri Aug 28 00:56:59 2009
@@ -0,0 +1,37 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.myfaces.view.facelets.tag.composite;
+
+import javax.faces.view.ActionSource2AttachedObjectTarget;
+
+/**
+ * 
+ * @author Leonardo Uribe (latest modification by $Author$)
+ * @version $Revision$ $Date$
+ */
+public class ActionSource2AttachedObjectTargetImpl extends
+        AttachedObjectTargetImpl implements ActionSource2AttachedObjectTarget
+{
+
+    /**
+     * 
+     */
+    private static final long serialVersionUID = 6944946794856707903L;
+
+}

Propchange: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/ActionSource2AttachedObjectTargetImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/ActionSource2AttachedObjectTargetImpl.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL