Uses of Class
org.vx68k.webapp.manifest.ImageResource
-
Packages that use ImageResource Package Description org.vx68k.webapp.manifest Package for web app manifests. -
-
Uses of ImageResource in org.vx68k.webapp.manifest
Methods in org.vx68k.webapp.manifest that return ImageResource Modifier and Type Method Description ImageResource
ImageResource. clone()
Returns a copy of this object.protected static ImageResource[]
WebAppManifestServlet. createIcons(javax.servlet.ServletConfig config)
Creates a new array of icons from aServletConfig
object.ImageResource[]
WebAppManifest. getIcons()
Returns the icons of the web app.Methods in org.vx68k.webapp.manifest with parameters of type ImageResource Modifier and Type Method Description void
WebAppManifest. setIcons(ImageResource[] value)
Sets the icons of the web app.
-