|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.wurfl.core.DefaultWURFLHolder
public class DefaultWURFLHolder
It is a default implementation of WURFLHolder interface, It is intended to use as quick WURFL initialization method with no possibility of customize the initialization process. It may be configured as lazy WURFLHolder that build WURFL only when it is requested by application.
| Constructor Summary | |
|---|---|
protected |
DefaultWURFLHolder()
Default constructor. |
|
DefaultWURFLHolder(WURFLManager manager,
WURFLUtils utils)
Build WURFLHolder by WURFLManager and WURFLUtils. |
| Method Summary | |
|---|---|
WURFLManager |
getWURFLManager()
Return a WURFLManager instance. |
WURFLUtils |
getWURFLUtils()
Return the held WURFLUtils instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DefaultWURFLHolder()
public DefaultWURFLHolder(WURFLManager manager,
WURFLUtils utils)
manager - held WURFLManagerutils - held WURFLUtils| Method Detail |
|---|
public WURFLManager getWURFLManager()
getWURFLManager in interface WURFLHolderpublic WURFLUtils getWURFLUtils()
getWURFLUtils in interface WURFLHolder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||