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@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);
}
Show replies by date