package net.wotonomy.web; import net.wotonomy.foundation.NSArray; import net.wotonomy.foundation.NSData; import net.wotonomy.foundation.NSDictionary; /** * WOImage renders a dynamically generated IMG tag. The URL for the image SRC * can be static, or it can be generated dynamically to return a NSData object * (with a mime-type) or even return the contents of a file (not implemented * yet). * * Bindings are: *