[gatein-commits] gatein SVN: r2118 - components/mop/trunk/api/src/main/java/org/gatein/mop/api/workspace.
do-not-reply at jboss.org
do-not-reply at jboss.org
Wed Mar 10 12:40:18 EST 2010
Author: julien_viet
Date: 2010-03-10 12:40:17 -0500 (Wed, 10 Mar 2010)
New Revision: 2118
Modified:
components/mop/trunk/api/src/main/java/org/gatein/mop/api/workspace/Templatized.java
Log:
javadoc
Modified: components/mop/trunk/api/src/main/java/org/gatein/mop/api/workspace/Templatized.java
===================================================================
--- components/mop/trunk/api/src/main/java/org/gatein/mop/api/workspace/Templatized.java 2010-03-10 17:37:13 UTC (rev 2117)
+++ components/mop/trunk/api/src/main/java/org/gatein/mop/api/workspace/Templatized.java 2010-03-10 17:40:17 UTC (rev 2118)
@@ -21,6 +21,8 @@
import org.gatein.mop.api.Scope;
/**
+ * The templatized aspect defined by a related template and a scope that defines the template scope.
+ *
* @author <a href="mailto:julien.viet at exoplatform.com">Julien Viet</a>
* @version $Revision$
*/
@@ -41,8 +43,18 @@
*/
void setTemplate(Page template);
+ /**
+ * Returns the scope of the related template.
+ *
+ * @return the template scope
+ */
Scope getScope();
+ /**
+ * Set the scope of the related template.
+ *
+ * @param scope the scope
+ */
void setScope(Scope scope);
}
More information about the gatein-commits
mailing list