info.informatica.www
Class UserAgent

java.lang.Object
  extended by info.informatica.www.UserAgent

public class UserAgent
extends Object

User Agent information.

Version:
1.00
Author:
amengual at informatica dot info

Constructor Summary
UserAgent()
           
UserAgent(String s)
           
 
Method Summary
 String getBrowserInfo()
           
 String getBrowserName()
           
 Locale getLocale()
           
 String getMozillaVersion()
           
 String getOS()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserAgent

public UserAgent()

UserAgent

public UserAgent(String s)
Method Detail

getMozillaVersion

public String getMozillaVersion()

getLocale

public Locale getLocale()

getBrowserName

public String getBrowserName()

getBrowserInfo

public String getBrowserInfo()

getOS

public String getOS()

toString

public String toString()
Overrides:
toString in class Object