Converter that converts an encoded string representation of a view selector
into a ViewSelector object that will make selections at runtime.
This converter supports the following encoded forms:
"viewName" - will result in a ApplicationViewSelector that
returns a ViewSelection with the provided view name expression.
ViewSelectorbean implementation.