Uses of Class
org.apache.velocity.tools.view.UAParser.DeviceType
-
-
Uses of UAParser.DeviceType in org.apache.velocity.tools.view
Methods in org.apache.velocity.tools.view that return UAParser.DeviceType Modifier and Type Method Description UAParser.DeviceTypeUAParser.UserAgent. getDeviceType()static UAParser.DeviceTypeUAParser.DeviceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UAParser.DeviceType[]UAParser.DeviceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.velocity.tools.view with parameters of type UAParser.DeviceType Modifier and Type Method Description protected voidUAParser.UserAgent. setDeviceType(UAParser.DeviceType deviceType)
-