org.apache.shindig.gadgets
Interface GadgetBlacklist

All Known Implementing Classes:
BasicGadgetBlacklist

public interface GadgetBlacklist

A blacklist for gadgets. Gadgets found to be blacklisted cannot be rendered.


Method Summary
 boolean isBlacklisted(Uri gadgetUri)
           
 

Method Detail

isBlacklisted

boolean isBlacklisted(Uri gadgetUri)
Returns:
true if gadgetUri was found in this blacklist, false otherwise.


Copyright © 2007-2012. All Rights Reserved.