Author: msorokin
Date: 2009-03-26 07:28:08 -0400 (Thu, 26 Mar 2009)
New Revision: 13204
Added:
trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/Layout.java
Log:
https://jira.jboss.org/jira/browse/RF-6419https://jira.jboss.org/jira/bro...
added new features
Added: trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/Layout.java
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/Layout.java
(rev 0)
+++
trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/Layout.java 2009-03-26
11:28:08 UTC (rev 13204)
@@ -0,0 +1,27 @@
+/**
+ *
+ */
+package org.docs;
+
+/**
+ * @author Michael Sorokin
+ *
+ */
+public class Layout {
+
+
+String theme;
+
+public String getTheme() {
+ return theme;
+}
+
+public void setTheme(String theme) {
+ this.theme = theme;
+}
+
+
+
+
+
+}