Interface WebFragmentRegistry
-
- All Known Implementing Classes:
WebFragmentRegistryImpl
public interface WebFragmentRegistryAllows to get registered Web Fragments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getFragments(String key, org.apache.sling.api.SlingHttpServletRequest request)Returns registered Web Fragments sorted by ranking (lowest first).
-