|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrowserInfo | |
com.cc.framework.http |
Uses of BrowserInfo in com.cc.framework.http |
Fields in com.cc.framework.http declared as BrowserInfo | |
private static BrowserInfo |
BrowserInfo.defaultSettings
This is the default client Settings class that is used in the following cases There is no valid user session object available No client Settings object was registered in the user session |
Methods in com.cc.framework.http that return BrowserInfo | |
static BrowserInfo |
BrowserInfo.parse(java.lang.String encoded)
Parses browser information from an encoded string |
static BrowserInfo |
BrowserInfo.get(javax.servlet.jsp.PageContext pageContext)
Retrieves the current client settings from the user session. |
static BrowserInfo |
BrowserInfo.get(javax.servlet.http.HttpSession session)
Retrieves the current client settings from the user session. |
Methods in com.cc.framework.http with parameters of type BrowserInfo | |
static void |
BrowserInfo.set(javax.servlet.jsp.PageContext pageContext,
BrowserInfo info)
Stores the Setting object in the users session |
static void |
BrowserInfo.set(javax.servlet.http.HttpSession session,
BrowserInfo info)
Stores the Setting object in the users session |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |