You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2013/01/29 16:27:01 UTC

svn commit: r1439932 - /felix/site/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-restful-api.mdtext

Author: fmeschbe
Date: Tue Jan 29 15:26:47 2013
New Revision: 1439932

URL: http://svn.apache.org/viewvc?rev=1439932&view=rev
Log:
CMS commit to felix by fmeschbe

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-restful-api.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-restful-api.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-restful-api.mdtext?rev=1439932&r1=1439931&r2=1439932&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-restful-api.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-web-console/web-console-restful-api.mdtext Tue Jan 29 15:26:47 2013
@@ -247,21 +247,13 @@ This URL returns detailed information of
 
 To update the bundles the `action` request parameter is used to indicate the action:
 
-| Action | Requires a Bundle | Description |
-|--|--|--|
-
-`refreshPackages`
-:   Calls `PackageAdmin.refreshPackages(Bundle[]({{ refs..path }}))` with a `null`
-    argument -- refreshing all pending bundles. This action does not require a bundle
-    in the URL and just ignores if one is provided.
-
 `install`
 :   Installs (or updates) and optionally starts one or more bundles. Parameters:
 
     * `bundlestart` -- whether to start newly installed bundles or not. Has no influence on updated bundles.
     * `bundlestartlevel` -- the start level to set on newly installed bundles. Has no influence on updated bundles.
     * `bundlefile` -- one or more uploaded files being the bundles to install or update. The manifests in the bundles are inspected to see whether any bundle is an update or new install.
-    * `refreshPackages` -- whether to call `PackageAdmin.refreshPackages(Bundle[]({{ refs..path }}))` with the installed/updated bundles after installation/update.
+    * `refreshPackages` -- whether to call `PackageAdmin.refreshPackages(Bundle[])` with the installed/updated bundles after installation/update.
 
 `start`
 :   Starts the bundle addressed by the request URL.
@@ -270,7 +262,7 @@ To update the bundles the `action` reque
 :   Stops the bundle addressed by the request URL.
 
 `refresh`
-:   Calls `PackageAdmin.refreshPackages(Bundle[]({{ refs..path }}))` with the
+:   Calls `PackageAdmin.refreshPackages(Bundle[])` with the
     bundle as its sole argument thus forcing the bundle to be rewired. The bundle
     is required to be addressed by the request URL.
 
@@ -282,6 +274,11 @@ To update the bundles the `action` reque
 :   Calls `Bundle.uninstall()` on the bundle addressed by the request URL. After the
     installation the framework must be refreshed (see `refreshPackages` above).
 
+`refreshPackages`
+:   Calls `PackageAdmin.refreshPackages(Bundle[])` with a `null`
+    argument thus refreshing all pending bundles. This action does not require a bundle
+    in the URL and just ignores if one is provided.
+
 
 The response on those actions requiring a bundle is a simple JSON response: