WikiPermission can only imply other WikiPermissions; no other permission
types are implied. One WikiPermission implies another if all of the other
WikiPermission's actions are equal to, or a subset of, those for this
permission.
Parameters: permission - the permission which may (or may not) be implied bythis instance true if the permission is implied,false otherwise See Also:java.security.Permission.implies(java.security.Permission)
isJSPWikiPermission
final protected static boolean isJSPWikiPermission(Permission permission)(Code)