|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.sourceforge.wurfl.wurflapi.ObjectsManager
| Constructor Summary | |
ObjectsManager()
|
|
| Method Summary | |
static CapabilityMatrix |
getCapabilityMatrixInstance()
Use this method to retrieve the existing instance of the CapabilityMatrix (or get one initialized for you). |
static void |
getFilteredWurfl(java.util.HashSet capaList,
java.io.OutputStream out)
|
static ListManager |
getListManagerInstance()
Use this method to retrieve the existing instance of the ListManager (or get one initialized for you). |
static UAManager |
getUAManagerInstance()
Use this method to retrieve the existing instance of the UAManager (or get one initialized for you). |
static java.lang.String |
getWURFLAsXML()
Get an XMLized version of the WURFL (WURFL+patch Object Model turned into an XML file) |
static net.sourceforge.wurfl.wurflapi.Wurfl |
getWurflInstance(java.lang.String parameter)
|
static net.sourceforge.wurfl.wurflapi.Wurfl |
getWurflInstance(java.lang.String parameter,
java.lang.String patch)
You are not allowed to manipulate a Wurfl object directly through the published API. |
static void |
initFromWebApplication(javax.servlet.ServletContext sc)
Use this method to initialize from inside a web application |
static void |
initFromWebApplication(java.lang.String path)
Use this method to initialize if you have your WURFL in unusual places |
static void |
initFromWebApplication(java.lang.String path,
java.lang.String pathToPatch)
Use this method to initialize if you have your WURFL in unusual places |
static void |
initMyWay(WurflSource ws)
This method lets you initialize the WURFL by providing an object which knows how to get to the input streams |
static boolean |
isWurflInitialized()
Use this method to understand if the WURFL is already initialized or not |
static void |
resetWurfl()
Use this method to force the library to reload the WURFL again |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ObjectsManager()
| Method Detail |
public static net.sourceforge.wurfl.wurflapi.Wurfl getWurflInstance(java.lang.String parameter,
java.lang.String patch)
wurfl.xml file located in
a place where the library does not look at by default.
public static net.sourceforge.wurfl.wurflapi.Wurfl getWurflInstance(java.lang.String parameter)
public static CapabilityMatrix getCapabilityMatrixInstance()
public static UAManager getUAManagerInstance()
public static ListManager getListManagerInstance()
public static boolean isWurflInitialized()
public static java.lang.String getWURFLAsXML()
public static void initFromWebApplication(javax.servlet.ServletContext sc)
public static void initFromWebApplication(java.lang.String path)
public static void initFromWebApplication(java.lang.String path,
java.lang.String pathToPatch)
public static void initMyWay(WurflSource ws)
public static void getFilteredWurfl(java.util.HashSet capaList,
java.io.OutputStream out)
public static void resetWurfl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||