Skip to content

Instantly share code, notes, and snippets.

@aasikka
Created July 2, 2018 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aasikka/ca16c1fd633752a83d3b1d737e5f28a0 to your computer and use it in GitHub Desktop.
Save aasikka/ca16c1fd633752a83d3b1d737e5f28a0 to your computer and use it in GitHub Desktop.
@Model(adaptables = SlingHttpServletRequest.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)
public class ContactUsModel {
//Accessing the resource that is adapted to ContactusModel
@Self
protected Resource resource;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment