Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Models Impl 1.4.10
-
None
Description
The BeanPropertyViaProvider currently does not provide access to "nested" methods. E.g. the following does not work:
@Model(adaptables = SlingHttpServletRequest.class) public class SuffixBasedModel { public SuffixBasedModel(@Via("requestPathInfo.suffixResource") Resource suffixResource) { // do something with suffixResource } }
With this ticket, support for nested access should be provided.