RichFaces Showcase 4.3.0.CR2

org.richfaces.demo.ui
Class UserAgentProcessor

java.lang.Object
  extended by org.richfaces.demo.ui.UserAgentProcessor
All Implemented Interfaces:
Serializable

public class UserAgentProcessor
extends Object
implements Serializable

Author:
jbalunas@redhat.com, Brian Leathem
See Also:
Serialized Form

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 Showcase 4.3.0.CR2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.