net.sourceforge.wurfl.core
Class Constants

java.lang.Object
  extended by net.sourceforge.wurfl.core.Constants

public final class Constants
extends Object

Constants used across WURFL API.

Version:
$Id: Constants.java 934 2012-03-27 13:34:26Z fulvio.crivellaro $

Field Summary
static String ACCEPT_HEADER_TEXT_HTML
          Accept header "application/text+html" constant
static String ACCEPT_HEADER_VND_WAP_XHTML_XML
          Accept header "application/vnd.wap.xhtml+xml" constant
static String ACCEPT_HEADER_XHTML_XML
          Accept header "application/xhtml+xml" constant
static String CN_PREFERRED_MARKUP
          Capability "preferred_markup" constant
static String CN_XHTML_SUPPORT_LEVEL
          Capability "xhtml_support_level" constant
static String DETECTED_WURFL_DEVICES
          Log name of undetected device log file
static String GENERIC
          Generic device
static String GENERIC_MOBILE
          Generic mobile device
static String GENERIC_SMARTTV_BROWSER
          Generic smart tv browser
static String GENERIC_WEB_BROWSER
          Generic web browser
static String GENERIC_XHTML
          Generic XHTML enabled device
static String PARAMETER_UA
           
static String PLEASE_CALL_SUPER
          Flag to call super execution
static String UNDETECTED_WURFL_DEVICES
          Log name of undetected device log file
static String USER_AGENT
          User-Agent
static String X_WAP_PROFILE
          X-Wap-Profile
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC

public static final String GENERIC
Generic device

See Also:
Constant Field Values

GENERIC_MOBILE

public static final String GENERIC_MOBILE
Generic mobile device

See Also:
Constant Field Values

GENERIC_XHTML

public static final String GENERIC_XHTML
Generic XHTML enabled device

See Also:
Constant Field Values

GENERIC_WEB_BROWSER

public static final String GENERIC_WEB_BROWSER
Generic web browser

See Also:
Constant Field Values

GENERIC_SMARTTV_BROWSER

public static final String GENERIC_SMARTTV_BROWSER
Generic smart tv browser

See Also:
Constant Field Values

PARAMETER_UA

public static final String PARAMETER_UA
See Also:
Constant Field Values

USER_AGENT

public static final String USER_AGENT
User-Agent

See Also:
Constant Field Values

X_WAP_PROFILE

public static final String X_WAP_PROFILE
X-Wap-Profile

See Also:
Constant Field Values

ACCEPT_HEADER_VND_WAP_XHTML_XML

public static final String ACCEPT_HEADER_VND_WAP_XHTML_XML
Accept header "application/vnd.wap.xhtml+xml" constant

See Also:
Constant Field Values

ACCEPT_HEADER_XHTML_XML

public static final String ACCEPT_HEADER_XHTML_XML
Accept header "application/xhtml+xml" constant

See Also:
Constant Field Values

ACCEPT_HEADER_TEXT_HTML

public static final String ACCEPT_HEADER_TEXT_HTML
Accept header "application/text+html" constant

See Also:
Constant Field Values

CN_XHTML_SUPPORT_LEVEL

public static final String CN_XHTML_SUPPORT_LEVEL
Capability "xhtml_support_level" constant

See Also:
Constant Field Values

CN_PREFERRED_MARKUP

public static final String CN_PREFERRED_MARKUP
Capability "preferred_markup" constant

See Also:
Constant Field Values

UNDETECTED_WURFL_DEVICES

public static final String UNDETECTED_WURFL_DEVICES
Log name of undetected device log file

See Also:
Constant Field Values

DETECTED_WURFL_DEVICES

public static final String DETECTED_WURFL_DEVICES
Log name of undetected device log file

See Also:
Constant Field Values

PLEASE_CALL_SUPER

public static final String PLEASE_CALL_SUPER
Flag to call super execution

See Also:
Constant Field Values


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.