net.sourceforge.wurfl.core.web
Interface WurflWebConstants

All Known Implementing Classes:
GeneralWURFLEngine, ServletContextWURFLHolder, WURFLServletContextListener

public interface WurflWebConstants

Default web constants.


Field Summary
static String WURFL
          ServletContext wurfl main file parameter
static String WURFL_DEFAULT_LOCATION
          Default location for wurfl root file, it is /WEB-INF/wurfl.zip
static String WURFL_HOLDER_KEY
          Default Servlet Context attribute key for WURFLHolder: net.sourceforge.wurfl.core.WURFLHolder
static String WURFL_HOLDER_KEY_PARAM
          Servlet context parameter contains the name of WURFLHolder parameter
static String WURFL_PATCH
          Default Servlet Context attribute key for patches
 

Field Detail

WURFL_HOLDER_KEY_PARAM

static final String WURFL_HOLDER_KEY_PARAM
Servlet context parameter contains the name of WURFLHolder parameter

See Also:
Constant Field Values

WURFL_HOLDER_KEY

static final String WURFL_HOLDER_KEY
Default Servlet Context attribute key for WURFLHolder: net.sourceforge.wurfl.core.WURFLHolder


WURFL_PATCH

static final String WURFL_PATCH
Default Servlet Context attribute key for patches

See Also:
Constant Field Values

WURFL

static final String WURFL
ServletContext wurfl main file parameter

See Also:
Constant Field Values

WURFL_DEFAULT_LOCATION

static final String WURFL_DEFAULT_LOCATION
Default location for wurfl root file, it is /WEB-INF/wurfl.zip

See Also:
Constant Field Values


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.