You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2006/12/16 19:38:43 UTC

svn commit: r487855 - in /tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html: Style.java Style.jwc

Author: andyhot
Date: Sat Dec 16 10:38:42 2006
New Revision: 487855

URL: http://svn.apache.org/viewvc?view=rev&rev=487855
Log:
TAPESTRY-1190: Add class for style component

Added:
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Style.java
Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Style.jwc

Added: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Style.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Style.java?view=auto&rev=487855
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Style.java (added)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Style.java Sat Dec 16 10:38:42 2006
@@ -0,0 +1,25 @@
+// Copyright Aug 2, 2006 The Apache Software Foundation
+//
+// Licensed 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.tapestry.html;
+
+/**
+ * Works with the {@link Shell} component to define and append either inline 
+ * styles or stylesheet documents to the HTML response. 
+ * 
+ * @author Andreas Andreou
+ * @since 4.1.1
+ */
+public abstract class Style extends Relation
+{
+}

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Style.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Style.jwc?view=diff&rev=487855&r1=487854&r2=487855
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Style.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/Style.jwc Sat Dec 16 10:38:42 2006
@@ -19,7 +19,7 @@
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
   "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
 	
-<component-specification class="org.apache.tapestry.html.Relation" 
+<component-specification class="org.apache.tapestry.html.Style" 
 	allow-body="yes" 
 	allow-informal-parameters="no">