You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2015/01/23 00:06:30 UTC

svn commit: r1654095 - /sling/site/trunk/content/documentation/bundles/models.mdtext

Author: sseifert
Date: Thu Jan 22 23:06:30 2015
New Revision: 1654095

URL: http://svn.apache.org/r1654095
Log:
SLING-4059 Sling Models: ResourceResolverInjector is obsolete

Modified:
    sling/site/trunk/content/documentation/bundles/models.mdtext

Modified: sling/site/trunk/content/documentation/bundles/models.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/models.mdtext?rev=1654095&r1=1654094&r2=1654095&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/models.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/models.mdtext Thu Jan 22 23:06:30 2015
@@ -361,7 +361,6 @@ Injectors are invoked in order of their
 
 Title              |  Name (for `@Source`)   | Service Ranking     | Description  | Applicable To (including using `@Via`) | Accepts Null Name? | Array Support | Parameterized Type Support
 -----------------  | ----------------------- | ------------------- | ------------ | -------------------------------------- | ------------------ | ------------- | --------------------------
-Resource Resolver  | `resourceResolver`      | 900                 | Injects the `ResourceResolver` | `Resource` and `SlingHttpServletRequest` objects | no | none | none
 Script Bindings    | `script-bindings`       | 1000                | Lookup objects in the script bindings object | A ServletRequest object which has the `Sling Bindings` attribute defined | no | no conversion is done | If a parameterized type is passed, the bindings value must be of a compatible type of the parameterized type.
 Value Map          | `valuemap`              | 2000                | Gets a property from a `ValueMap` | Any object which is or can be adapted to a `ValueMap`| no | Primitive arrays wrapped/unwrapped as necessary. Wrapper object arrays are unwrapped/wrapped as necessary. | Parameterized `List` and `Collection` injection points are injected by getting an array of the component type and creating an unmodifiable `List` from the array.
 Child Resources    | `child-resources`       | 3000                | Gets a child resource by name | `Resource` objects | no | none | if a parameterized type is passed, a `List<Resource>` is returned (the contents of which may be adapted to the target type).