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

svn commit: r900909 [4/5] - in /websites/staging/felix/trunk/content: ./ documentation/subprojects/ documentation/subprojects/apache-felix-ipojo/ documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide/ documentation/subprojects/apache...

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/lifecycle-callback-handler.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/lifecycle-callback-handler.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/lifecycle-callback-handler.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Lifecycle Callback Handler</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -306,7 +307,7 @@
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -315,7 +316,7 @@
                 Rev. 1467884 by clement on Mon, 15 Apr 2013 07:43:52 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/providing-osgi-services.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/providing-osgi-services.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/providing-osgi-services.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Providing OSGi services</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -551,7 +552,7 @@
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -560,7 +561,7 @@
                 Rev. 1475720 by clement on Thu, 25 Apr 2013 12:13:11 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/service-requirement-handler.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/service-requirement-handler.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/service-requirement-handler.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Service Requirement Handler</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -903,7 +904,7 @@ public class HelloConsumer {
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -912,7 +913,7 @@ public class HelloConsumer {
                 Rev. 1531515 by clement on Sat, 12 Oct 2013 08:32:37 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Temporal Service Dependency</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -315,7 +316,7 @@ On aggregate dependencies (necessary Col
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -324,7 +325,7 @@ On aggregate dependencies (necessary Col
                 Rev. 1445489 by clement on Wed, 13 Feb 2013 07:25:24 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - White Board Pattern Handler</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -325,7 +326,7 @@ The implementation will be notified of a
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -334,7 +335,7 @@ The implementation will be notified of a
                 Rev. 1445489 by clement on Wed, 13 Feb 2013 07:25:24 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/instance-vs-service-controller.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/instance-vs-service-controller.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/instance-vs-service-controller.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Instance Controller or Service Controller</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -246,7 +247,7 @@
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -255,7 +256,7 @@
                 Rev. 1530198 by guillaume on Tue, 8 Oct 2013 09:18:27 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - iPOJO Advanced Topics</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -187,7 +188,7 @@
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -196,7 +197,7 @@
                 Rev. 1489150 by guillaume on Mon, 3 Jun 2013 20:20:03 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/combining-ipojo-and-configuration-admin.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/combining-ipojo-and-configuration-admin.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/combining-ipojo-and-configuration-admin.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Combining iPOJO and Configuration Admin</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -464,7 +465,7 @@ service.id <span class="o">=</span> 69
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -473,7 +474,7 @@ service.id <span class="o">=</span> 69
                 Rev. 1445489 by clement on Wed, 13 Feb 2013 07:25:24 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/constructing-pojo-objects-with-factory-methods.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/constructing-pojo-objects-with-factory-methods.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/constructing-pojo-objects-with-factory-methods.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Constructing POJO objects with factory methods</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -209,7 +210,7 @@
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -218,7 +219,7 @@
                 Rev. 1530195 by guillaume on Tue, 8 Oct 2013 09:12:32 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - How-to use iPOJO factories</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -418,7 +419,7 @@ For further information, read the OSGi R
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -427,7 +428,7 @@ For further information, read the OSGi R
                 Rev. 1530004 by clement on Mon, 7 Oct 2013 17:16:39 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-extender-configuration.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-extender-configuration.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-extender-configuration.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Configuring iPOJO Extender</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -339,7 +340,7 @@ It is not enabled by default (rely on th
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -348,7 +349,7 @@ It is not enabled by default (rely on th
                 Rev. 1530248 by clement on Tue, 8 Oct 2013 12:13:27 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - iPOJO Factory Service</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -313,7 +314,7 @@ created, call the <code>publish</code> m
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -322,7 +323,7 @@ created, call the <code>publish</code> m
                 Rev. 1571278 by guillaume on Mon, 24 Feb 2014 13:20:49 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-hierarchical-composition-overview.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-hierarchical-composition-overview.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-hierarchical-composition-overview.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - iPOJO Hierarchical Composition Overview</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -375,7 +376,7 @@ The delegation of HelloDispatcher servic
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -384,7 +385,7 @@ The delegation of HelloDispatcher servic
                 Rev. 1441864 by fmeschbe on Sun, 3 Feb 2013 06:44:40 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/service-binding-interceptors.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/service-binding-interceptors.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/service-binding-interceptors.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Service Binding Interceptors</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -365,7 +366,7 @@
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -374,7 +375,7 @@
                 Rev. 1530248 by clement on Tue, 8 Oct 2013 12:13:27 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>