public class WebViewSelector extends DefaultViewSelector
ViewSelector
.
First looks the wanted file in the skin. If it's not present, it will look
in the web plugin, then in the context, then in the cms plugin._resolver
ROLE
Constructor and Description |
---|
WebViewSelector() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
_getDefaultSourceURIs(String pluginName,
String filePath)
Get the default URIs
|
protected List<String> |
getLocations(String pluginName,
String filePath)
Returns the ordered list of URI to be tested to find the corresponding view.
|
getSource, service
getLogger, setLogger
public WebViewSelector()
protected List<String> getLocations(String pluginName, String filePath)
DefaultViewSelector
getLocations
in class DefaultViewSelector
pluginName
- The current plugin namefilePath
- the requested location.protected List<String> _getDefaultSourceURIs(String pluginName, String filePath)
DefaultViewSelector
_getDefaultSourceURIs
in class DefaultViewSelector
pluginName
- The current plugin namefilePath
- the requested location.