Uses of Class
org.apache.wicket.markup.html.image.Image.Cors
-
Packages that use Image.Cors Package Description org.apache.wicket.markup.html.image Image components. -
-
Uses of Image.Cors in org.apache.wicket.markup.html.image
Methods in org.apache.wicket.markup.html.image that return Image.Cors Modifier and Type Method Description Image.CorsExternalImage. getCrossOrigin()Gets the cross origin settingsImage.CorsExternalSource. getCrossOrigin()Unsupported for source tagImage.CorsImage. getCrossOrigin()Gets the cross origin settingsImage.CorsSource. getCrossOrigin()Unsupported for source tagstatic Image.CorsImage.Cors. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Image.Cors[]Image.Cors. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wicket.markup.html.image with parameters of type Image.Cors Modifier and Type Method Description voidExternalImage. setCrossOrigin(Image.Cors crossOrigin)Sets the cross origin settingsvoidExternalSource. setCrossOrigin(Image.Cors crossorigin)Unsupported for source tagvoidImage. setCrossOrigin(Image.Cors crossOrigin)Sets the cross origin settings
ANONYMOUS: Cross-origin CORS requests for the element will not have the credentials flag set.
USE_CREDENTIALS: Cross-origin CORS requests for the element will have the credentials flag set.
NO_CORS: The empty string is also a valid keyword, and maps to the Anonymous state.voidSource. setCrossOrigin(Image.Cors crossorigin)Unsupported for source tag
-