@Deleted Accountif it help this backend logic works for me @Model(adaptables = {SlingHttpServletRequest.class, Resource.class }, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)
public class TestModel {
private static final Logger LOG = LoggerFactory.getLogger(TestModel.class);
...