|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrowserInfo | |
---|---|
org.jasig.portal | |
org.jasig.portal.i18n | |
org.jasig.portal.utils |
Uses of BrowserInfo in org.jasig.portal |
---|
Fields in org.jasig.portal declared as BrowserInfo | |
---|---|
private BrowserInfo |
StandaloneChannelRenderer.binfo
|
private BrowserInfo |
ChannelRuntimeData.binfo
|
private BrowserInfo |
ChannelManager.binfo
|
Methods in org.jasig.portal that return BrowserInfo | |
---|---|
BrowserInfo |
ChannelRuntimeData.getBrowserInfo()
Provides information about a user-agent associated with the current request/response. |
Methods in org.jasig.portal with parameters of type BrowserInfo | |
---|---|
protected java.lang.String |
StylesheetSet.getMedia(BrowserInfo bi)
|
java.lang.String |
MediaManager.getMedia(BrowserInfo bi)
Determines a media name from the browser info object. |
javax.xml.transform.Source |
StylesheetSet.getStylesheet(java.lang.String title,
BrowserInfo bi)
Obtain a stylesheet |
java.lang.String |
StylesheetSet.getStylesheetURI(BrowserInfo bi)
Obtain a matching stylesheet URI |
java.lang.String |
StylesheetSet.getStylesheetURI(java.lang.String title,
BrowserInfo bi)
Describe getStylesheetURI method here. |
void |
ChannelRuntimeData.setBrowserInfo(BrowserInfo bi)
Setter method for browser info object. |
Uses of BrowserInfo in org.jasig.portal.i18n |
---|
Methods in org.jasig.portal.i18n with parameters of type BrowserInfo | |
---|---|
void |
LocaleAwareXSLT.setXSL(java.lang.String sslUri,
BrowserInfo browserInfo)
Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file, taking into account the list of locales. |
void |
LocaleAwareXSLT.setXSL(java.lang.String sslUri,
java.lang.String stylesheetTitle,
BrowserInfo browserInfo)
Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file, taking into account the list of locales. |
Uses of BrowserInfo in org.jasig.portal.utils |
---|
Methods in org.jasig.portal.utils with parameters of type BrowserInfo | |
---|---|
static java.lang.String |
XSLT.getStylesheetURI(java.lang.String sslUri,
BrowserInfo browserInfo)
Returns a stylesheet URI exactly as it appears in a stylesheet list file. |
static java.lang.String |
XSLT.getStylesheetURI(java.lang.String sslUri,
java.lang.String title,
BrowserInfo browserInfo)
Returns a stylesheet URI exactly as it appears in a stylesheet list file. |
void |
XSLT.setXSL(java.lang.String sslUri,
BrowserInfo browserInfo)
Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file. |
void |
XSLT.setXSL(java.lang.String sslUri,
java.lang.String stylesheetTitle,
BrowserInfo browserInfo)
Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |