boolean important = Boolean.parseBoolean(params.get("important"));
// Notify application component
if (property != null && value != null && selector != null)
{
final FirebugChangesBean changesBean = new FirebugChangesBean(media != null ? media : EMPTY_STRING,
href != null ? href : EMPTY_STRING,
selector, property, value, deleted, important);
if (LOG.isDebugEnabled())
{
LOG.debug("Got CSS property change: " + changesBean);