|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sas.servlet.util.ClientInfo
Bean to access Client Information from with JSP tags
Constructor Summary | |
ClientInfo(com.sas.servlet.util.HttpServletRequest request)
Constructs a new ClientInfo object |
Method Summary | |
String |
getBrowserType()
Gets the browser type |
String |
getBrowserVersion()
Gets the browser version |
String |
getUserAgent()
Gets the browser type |
boolean |
isInternetExplorer()
Determines if the browser is Internet Explorer |
boolean |
isNetscape()
Determines if the browser is Netscape |
boolean |
isUP()
|
boolean |
isWML()
Determines if the browser supports WML |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ClientInfo(com.sas.servlet.util.HttpServletRequest request)
request
- The request object holds information about the clientMethod Detail |
public String getBrowserType()
public String getBrowserVersion()
public String getUserAgent()
public boolean isInternetExplorer()
public boolean isNetscape()
public boolean isUP()
public boolean isWML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |