net.fckeditor.tool
Class Compatibility

java.lang.Object
  extended by net.fckeditor.tool.Compatibility

public class Compatibility
extends java.lang.Object

Compatibility check.

Version:
$Id: Compatibility.java 3840 2009-07-08 20:29:46Z mosipov $

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

Compatibility

public Compatibility()
Method Detail

check

public static boolean check(java.lang.String userAgentString)
Checks if a browser's user agent string is compatible for the FCKeditor.

Parameters:
userAgentString -
Returns:
true if compatible otherwise false

isCompatibleBrowser

public static boolean isCompatibleBrowser(javax.servlet.http.HttpServletRequest request)
Just a wrapper to check(String).

Parameters:
request -


Copyright © 2004-2009 Frederico Caldeira Knabben. All Rights Reserved.