Tabnine Logo
DeviceUtil
Code IndexAdd Tabnine to your IDE (free)

How to use
DeviceUtil
in
cn.bestwu.simpleframework.support

Best Java code snippets using cn.bestwu.simpleframework.support.DeviceUtil (Showing top 6 results out of 315)

origin: cn.bestwu.simpleframework/simpleframework-web

/**
 * @param request request
 * @return 客户端设备类型
 */
public static String getDeviceInfo(HttpServletRequest request) {
 return getDeviceInfo(getUserAgent(request));
}
origin: cn.bestwu.simpleframework/simpleframework-core

/**
 * @return 客户端设备类型
 */
protected String getDeviceInfo() {
 return DeviceUtil.getDeviceInfo(request);
}
origin: cn.bestwu.simpleframework/simpleframework-core

/**
 * @return UserAgent
 */
public String getUserAgent() {
 return DeviceUtil.getUserAgent(request);
}
origin: cn.bestwu.simpleframework/simpleframework-web

/**
 * @return 客户端设备类型
 */
protected String getDeviceInfo() {
 return DeviceUtil.getDeviceInfo(request);
}
origin: cn.bestwu.simpleframework/simpleframework-web

/**
 * @return UserAgent
 */
public String getUserAgent() {
 return DeviceUtil.getUserAgent(request);
}
origin: cn.bestwu.simpleframework/simpleframework-core

/**
 * @param request request
 * @return 客户端设备类型
 */
public static String getDeviceInfo(HttpServletRequest request) {
 return getDeviceInfo(getUserAgent(request));
}
cn.bestwu.simpleframework.supportDeviceUtil

Javadoc

客户端设备工具

Most used methods

  • getDeviceInfo
  • getUserAgent

Popular in Java

  • Reading from database using SQL prepared statement
  • setScale (BigDecimal)
  • requestLocationUpdates (LocationManager)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • JTextField (javax.swing)
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now