|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fckeditor.tool.Compatibility
public class Compatibility
Compatibility check.
| Constructor Summary | |
|---|---|
Compatibility()
|
|
| Method Summary | |
|---|---|
static boolean |
check(java.lang.String userAgentString)
Checks if a browser's user agent string is compatible for the FCKeditor. |
static boolean |
isCompatibleBrowser(javax.servlet.http.HttpServletRequest request)
Just a wrapper to check(String). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Compatibility()
| Method Detail |
|---|
public static boolean check(java.lang.String userAgentString)
userAgentString -
true if compatible otherwise falsepublic static boolean isCompatibleBrowser(javax.servlet.http.HttpServletRequest request)
check(String).
request -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||