Uses of Class
org.jasig.portal.BrowserInfo

Packages that use BrowserInfo
org.jasig.portal   
org.jasig.portal.channels.jsp   
org.jasig.portal.i18n   
org.jasig.portal.utils   
 

Uses of BrowserInfo in org.jasig.portal
 

Methods in org.jasig.portal that return BrowserInfo
 BrowserInfo ChannelRuntimeData.getBrowserInfo()
          Deprecated. Provides information about a user-agent associated with the current request/response.
 

Methods in org.jasig.portal with parameters of type BrowserInfo
 String MediaManager.getMedia(BrowserInfo bi)
          Determines a media name from the browser info object.
protected  String StylesheetSet.getMedia(BrowserInfo bi)
           
 Source StylesheetSet.getStylesheet(String title, BrowserInfo bi)
          Obtain a stylesheet
 String StylesheetSet.getStylesheetURI(BrowserInfo bi)
          Obtain a matching stylesheet URI
 String StylesheetSet.getStylesheetURI(String title, BrowserInfo bi)
          Describe getStylesheetURI method here.
 void ChannelRuntimeData.setBrowserInfo(BrowserInfo bi)
          Deprecated. Setter method for browser info object.
 

Uses of BrowserInfo in org.jasig.portal.channels.jsp
 

Methods in org.jasig.portal.channels.jsp that return BrowserInfo
 BrowserInfo MediaResolver.getBrowserInfo()
          Deprecated.  
 

Methods in org.jasig.portal.channels.jsp with parameters of type BrowserInfo
 void MediaResolver.setBrowserInfo(BrowserInfo bi)
          Deprecated.  
 

Uses of BrowserInfo in org.jasig.portal.i18n
 

Methods in org.jasig.portal.i18n with parameters of type BrowserInfo
 void LocaleAwareXSLT.setXSL(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(String sslUri, 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 String XSLT.getStylesheetURI(String sslUri, BrowserInfo browserInfo)
          Returns a stylesheet URI exactly as it appears in a stylesheet list file.
static String XSLT.getStylesheetURI(String sslUri, String title, BrowserInfo browserInfo)
          Returns a stylesheet URI exactly as it appears in a stylesheet list file.
 void XSLT.setXSL(String sslUri, BrowserInfo browserInfo)
          Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file.
 void XSLT.setXSL(String sslUri, String stylesheetTitle, BrowserInfo browserInfo)
          Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file.
 



Copyright © 2010 Jasig. All Rights Reserved.