org.jasig.portlet.utils.mvc
Class ThemeNameViewSelectorImpl

java.lang.Object
  extended by org.jasig.portlet.utils.mvc.ThemeNameViewSelectorImpl
All Implemented Interfaces:
IViewSelector

public class ThemeNameViewSelectorImpl
extends Object
implements IViewSelector


Constructor Summary
ThemeNameViewSelectorImpl()
           
 
Method Summary
 boolean isMobile(javax.portlet.PortletRequest request)
           
 void setMobileThemeKey(String t)
           
 void setMobileThemesDefault(String[] t)
           
 void setThemeNameProperty(String t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeNameViewSelectorImpl

public ThemeNameViewSelectorImpl()
Method Detail

isMobile

public boolean isMobile(javax.portlet.PortletRequest request)
Specified by:
isMobile in interface IViewSelector

setThemeNameProperty

public void setThemeNameProperty(String t)

setMobileThemeKey

public void setMobileThemeKey(String t)

setMobileThemesDefault

public void setMobileThemesDefault(String[] t)


Copyright © 2013 Jasig. All Rights Reserved.