net.sourceforge.wurfl.core.web
Class SpringWebWURFLHolder

java.lang.Object
  extended by net.sourceforge.wurfl.core.web.SpringWebWURFLHolder
All Implemented Interfaces:
WURFLHolder

public class SpringWebWURFLHolder
extends Object
implements WURFLHolder

Spring context WURFLHolder decorator.

Build a new WURFLHolder from Spring ApplicationContext in ServletContext.

Version:
$Id: SpringWebWURFLHolder.java 432 2010-05-06 12:12:53Z filippo.deluca $
Author:
Fantayeneh Asres Gizaw, Filippo De Luca

Constructor Summary
SpringWebWURFLHolder(javax.servlet.ServletContext servletContext)
          Constructor by ServletContext
 
Method Summary
 WURFLManager getWURFLManager()
          Return WURFLManager instance.
 WURFLUtils getWURFLUtils()
          Return WURFLUtils instances.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringWebWURFLHolder

public SpringWebWURFLHolder(javax.servlet.ServletContext servletContext)
Constructor by ServletContext

Parameters:
servletContext - The ServletContext contains application context definition.
Method Detail

getWURFLManager

public WURFLManager getWURFLManager()
Description copied from interface: WURFLHolder
Return WURFLManager instance.

Specified by:
getWURFLManager in interface WURFLHolder
Returns:
a WURFLManager instance.

getWURFLUtils

public WURFLUtils getWURFLUtils()
Description copied from interface: WURFLHolder
Return WURFLUtils instances.

Specified by:
getWURFLUtils in interface WURFLHolder
Returns:
A WURFLUtils instance.


Copyright © 2008-2010 WURFL-Pro srl. All Rights Reserved.