|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.util.client.BrowserSnifferFactory
public abstract class BrowserSnifferFactory
| Constructor Summary | |
|---|---|
BrowserSnifferFactory()
|
|
| Method Summary | |
|---|---|
abstract BrowserSniffer |
getBrowserSniffer(javax.faces.context.ExternalContext externalContext)
Returns a new instance of BrowserSniffer. |
static BrowserSniffer |
getBrowserSnifferInstance()
Deprecated. Call getBrowserSnifferInstance(ExternalContext) instead.
Returns a new instance of |
static BrowserSniffer |
getBrowserSnifferInstance(javax.faces.context.ExternalContext externalContext)
Returns a new instance of BrowserSniffer from the BrowserSnifferFactory found by the FactoryExtensionFinder. |
abstract BrowserSnifferFactory |
getWrapped()
Returns the wrapped factory instance if this factory decorates another. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowserSnifferFactory()
| Method Detail |
|---|
@Deprecated public static BrowserSniffer getBrowserSnifferInstance()
getBrowserSnifferInstance(ExternalContext) instead.
Returns a new instance of BrowserSniffer from the BrowserSnifferFactory found by
the FactoryExtensionFinder. The returned instance is designed to be used during execution of
a request thread, so it is not guaranteed to be Serializable.
public static BrowserSniffer getBrowserSnifferInstance(javax.faces.context.ExternalContext externalContext)
BrowserSniffer from the BrowserSnifferFactory found by the FactoryExtensionFinder. The returned instance is designed to be used during execution of a request thread, so it
is not guaranteed to be Serializable.
externalContext - The external context associated with the current faces context. It is needed in order
for the FactoryExtensionFinder to be able to find the factory.public abstract BrowserSniffer getBrowserSniffer(javax.faces.context.ExternalContext externalContext)
BrowserSniffer. The returned instance is designed to be used during execution
of a request thread, so it is not guaranteed to be Serializable.
public abstract BrowserSnifferFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<BrowserSnifferFactory>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||