我正在使用 spring-mobile-device 来根据设备类型解析视图。
如果来自移动设备,则添加前缀“移动设备/” 。 我还启用了备用功能,因此,如果未找到“ mobile / abc.jsp” ,则它将查看“ / abc.jsp” 。
如果视图位于“ mobile /”中,则效果很好,但后备功能无法正常工作。
我搜索并写道,它仅在viewResolver返回null时有效。 InternalResourceViewResolver / VelocityViewResolver 不会返回null,即使找不到。
我应该使用什么代替InternalResourceViewResolver / UrlBasedViewResolver,以便在找不到视图时返回null并使用后备机制?
下面是我的代码。
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div class="js-app js-app__home">
</div>