You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/10/27 11:22:59 UTC

svn commit: r927013 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/viewers/restfulobjects/custom-representations.html

Author: buildbot
Date: Mon Oct 27 10:22:59 2014
New Revision: 927013

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/viewers/restfulobjects/custom-representations.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 27 10:22:59 2014
@@ -1 +1 @@
-1634491
+1634493

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 27 10:22:59 2014
@@ -1 +1 @@
-1634491
+1634493

Modified: websites/staging/isis/trunk/content/components/viewers/restfulobjects/custom-representations.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/restfulobjects/custom-representations.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/restfulobjects/custom-representations.html Mon Oct 27 10:22:59 2014
@@ -460,14 +460,6 @@ import org.apache.isis.core.metamodel.ad
 import org.apache.isis.viewer.restfulobjects.rendering.RendererContext;
 import org.apache.isis.viewer.restfulobjects.rendering.domainobjects.*;
 
-/**
- * Configure the Restful Objects viewer to emit custom representations (rather than the
- * standard representations defined in the RO spec).
- *
- * <p>
- * This interface is EXPERIMENTAL and may change in the future.
- * </p>
- */
 public interface RepresentationService {
 
     @Programmatic
@@ -526,7 +518,7 @@ public interface RepresentationService {
 
 <p>If all that is required is a very simple representations (of objects), see <a href="simplified-object-representation.html">here</a>.</p>
 
-<p>Or, it is also possible to simply suppress certain elements; see <a href="suppressing-elements-of-the-representation.html">here</a>.</p>
+<p>Or, it is also possible to simply suppress certain elements; see <a href="suppressing-elements-of-the-representations.html">here</a>.</p>