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 ImageResourceImageResource. clone()Returns a copy of this object.protected static ImageResource[]WebAppManifestServlet. createIcons(javax.servlet.ServletConfig config)Creates a new array of icons from aServletConfigobject.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 voidWebAppManifest. setIcons(ImageResource[] value)Sets the icons of the web app.
-