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._resolverROLE| 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, servicegetLogger, setLoggerpublic WebViewSelector()
protected List<String> getLocations(String pluginName, String filePath)
DefaultViewSelectorgetLocations in class DefaultViewSelectorpluginName - The current plugin namefilePath - the requested location.protected List<String> _getDefaultSourceURIs(String pluginName, String filePath)
DefaultViewSelector_getDefaultSourceURIs in class DefaultViewSelectorpluginName - The current plugin namefilePath - the requested location.