当前位置: 首页 > 软件库 > Web应用开发 > Web框架 >

Spring Mobile

授权协议 Apache
开发语言 Java
所属分类 Web应用开发、 Web框架
软件类型 开源软件
地区 不详
投 递 者 雷硕
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Spring Mobile 是 Spring MVC 的扩展,用来简化手机上的Web应用开发。

主要功能包括:

  • 客户端设备识别:识别结果只有3种类型:NORMAL(非手机设备)、MOBILE(手机设备)、TABLET(平板电脑)。在系统里可以通过以下代码获取设备识别结果:
    Device currentDevice = DeviceUtils.getCurrentDevice(servletRequest);
  • 网站偏好设置:Spring 通过设备识别的结果来设置当前网站是NORMAL还是MOBILE。
    最后 Spring Mobile会将信息同时放入cookie和request attribute里面。
  • 网站自动切换:可根据不同的访问设备切换到对应的页面
  • Spring Mobile 是 Spring MVC 的扩展,用来简化手机上的Web应用开发。 主要功能包括: 客户端设备识别:识别结果只有3种类型:NORMAL(非手机设备)、MOBILE(手机设备)、TABLET(平板电脑)。在系统里可以通过以下代码获取设备识别结果: Device currentDevice = DeviceUtils.getCurrentDevice(servletRequ

  •  当我们想在同一个项目中同时服务普通版网站 和 移动版网站,Spring Mobile就能帮上忙了。Spring Mobile是Spring MVC的一个扩展,他提供了在移动开发中一些方便的功能:     1、一个在服务端检测终端类型的检测器 2、Site preference management :允许用户设置他要访问的是“普通”页面,还是“移动版”页面 3、site switcher :可配

  • 英文原文:https://projects.spring.io/spring-mobile/ 目录 特性 快速开始 设备检测 网站偏好 设备感知视图分辨率 Sample Projects Getting Started Guides Spring Mobile是Spring MVC的扩展,旨在简化移动Web应用程序的开发。 Spring Mobile是一个框架,它提供了检测向Spring网站发出请

  • spring mobile框架是一个很小的,用于获取设备信息,然后跳转到不同视图的框架。 集成方式 一、pring Moblie是什么?       SpringMoblie是SpringMvc的一个扩展项目,它旨在简化移动web应用程序的开发。 开源地址为 https://github.com/spring-projects/spring-mobile 二、Spring Moblie可以做什么?

  • Spring Mobile is a framework that provides capabilities to detect the type of device making a request to your Spring web site and serve alternative views based on that device. Like all Spring projects

  • Overview Learn Spring Mobile is a framework that provides capabilities to detect the type of device making a request to your Spring web site and serve alternative views based on that device. Like all

  • Releases Roy Clarkson November 13, 2012 Dear Spring Community, We are happy to announce the release of Spring Mobile 1.0.1! Spring Mobile provides extensions to Spring MVC that aid in the development

  • spring mobile框架是一个很小的,用于获取设备信息,然后跳转到不同视图的框架。 集成方式 <filter> <filter-name>sitePreferenceRequestFilter</filter-name> <filter-class>org.springframework.mobile.device.site.SitePreferenceReq

  • Releases Roy Clarkson January 17, 2013 Dear Spring Community, We are happy to announce the release of Spring Mobile 1.1.0.M2! Spring Mobile provides extensions to Spring MVC that aid in the developmen

  • 目录 Spring Boot配置 设备检测 网站偏好 设备感知的视图分辨率 Spring Mobile是一个框架,该框架提供的功能可以检测向您的Spring网站发出请求的设备的类型,并基于该设备提供其他视图。像所有Spring项目一样,Spring Mobile的真正强大之处在于它的扩展容易程度。 特征 设备解析器抽象,用于移动和平板设备的服务器端检测 网站首选项管理,允许用户指示他或她是否喜欢“

相关阅读

相关文章

相关问答

相关文档