@ApplicationScoped public class ImageStripRegistry extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ImageStripRegistry() |
|
ImageStripRegistry(org.jboss.errai.ioc.client.api.ManagedInstance<ImageStrip> stripInstances) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
ImageStrip[] |
get(Annotation... qualifiers) |
ImageStrip |
get(Class<? extends ImageStrip> stripType) |
ImageStrip |
get(String name) |
static String |
getName(Class<? extends ImageStrip> stripType) |
static String |
getName(ImageStrip strip) |
protected ImageStripRegistry()
@Inject
public ImageStripRegistry(@Any
org.jboss.errai.ioc.client.api.ManagedInstance<ImageStrip> stripInstances)
public ImageStrip get(String name)
public ImageStrip get(Class<? extends ImageStrip> stripType)
public ImageStrip[] get(Annotation... qualifiers)
@PreDestroy public void destroy()
public static String getName(ImageStrip strip)
public static String getName(Class<? extends ImageStrip> stripType)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.