org.jasig.portlet.athletics.mvc
Class ThemeNameViewSelectorImpl

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

public class ThemeNameViewSelectorImpl
extends Object
implements IViewSelector


Field Summary
protected  org.apache.commons.logging.Log logger
           
protected static String[] MOBILE_THEMES_DEFAULT
           
protected static String MOBILE_THEMES_KEY
           
protected static String THEME_NAME_PROPERTY
           
 
Constructor Summary
ThemeNameViewSelectorImpl()
           
 
Method Summary
 boolean isMobile(javax.portlet.PortletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THEME_NAME_PROPERTY

protected static final String THEME_NAME_PROPERTY
See Also:
Constant Field Values

MOBILE_THEMES_KEY

protected static final String MOBILE_THEMES_KEY
See Also:
Constant Field Values

MOBILE_THEMES_DEFAULT

protected static final String[] MOBILE_THEMES_DEFAULT

logger

protected final org.apache.commons.logging.Log logger
Constructor Detail

ThemeNameViewSelectorImpl

public ThemeNameViewSelectorImpl()
Method Detail

isMobile

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


Copyright © 2011 Jasig. All Rights Reserved.