Richfaces Examples: Richfaces Showcase Application 4.1.0.20111014-M3

org.richfaces.demo.ui
Class UserAgentProcessor

java.lang.Object
  extended by org.richfaces.demo.ui.UserAgentProcessor

public class UserAgentProcessor
extends Object

Author:
jbalunas@redhat.com, Brian Leathem

Constructor Summary
UserAgentProcessor()
           
 
Method Summary
 void init()
           
 boolean isMobile()
           
 boolean isPhone()
           
 boolean isTablet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAgentProcessor

public UserAgentProcessor()
Method Detail

init

@PostConstruct
public void init()

isPhone

public boolean isPhone()

isTablet

public boolean isTablet()

isMobile

public boolean isMobile()

Richfaces Examples: Richfaces Showcase Application 4.1.0.20111014-M3

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.