You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2013/03/23 00:57:34 UTC

svn commit: r1460062 - /incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext

Author: gpetracek
Date: Fri Mar 22 23:57:34 2013
New Revision: 1460062

URL: http://svn.apache.org/r1460062
Log:
CMS commit to deltaspike by gpetracek

Modified:
    incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext

Modified: incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext?rev=1460062&r1=1460061&r2=1460062&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext (original)
+++ incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext Fri Mar 22 23:57:34 2013
@@ -83,7 +83,7 @@ Like the optional `@View` for pages repr
 
 Furthermore, it's possible to inherit meta-data along with the normal inheritance.
 
-In the following example `Pages.Admin.Index`, `Pages.Admin.Home` and `Pages.Admin.Statistics.Home` inherit the meta-data from `Pages.Admin` because they implement the interface whereas `Pages.Admin.Statistics.Index` doesn't. However, Pages.Admin.Home overrides `View#navigation`. During the bootstrapping process the meta-data gets merged and at runtime you only see the final result (which is cached).
+In the following example `Pages.Admin.Index`, `Pages.Admin.Home` and `Pages.Admin.Statistics.Home` inherit the meta-data from `Pages.Admin` because they implement the interface whereas `Pages.Admin.Statistics.Index` doesn't. However, `Pages.Admin.Home` overrides `View#navigation`. During the bootstrapping process the meta-data gets merged and at runtime you only see the final result (which is cached).
 
     :::java
     public interface Pages