Interface ComponentRequestSelectorAnalyzer
- 
- All Known Implementing Classes:
- DefaultComponentRequestSelectorAnalyzer
 
 public interface ComponentRequestSelectorAnalyzer Determines theComponentResourceSelectorfor the current request. This is often based on cookies, query parameters, or other details available in theRequest. The default implementation simply wraps the current locale as a ComponentResourceSelector. A custom implementation may add additional axes to the selector.- Since:
- 5.3
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentResourceSelectorbuildSelectorForRequest()Constructs a selector for locating or loading pages in the current request.
 
- 
- 
- 
Method Detail- 
buildSelectorForRequestComponentResourceSelector buildSelectorForRequest() Constructs a selector for locating or loading pages in the current request.
 
- 
 
-