@ApplicationScoped public class ClientProfileManager extends AbstractProfileManager
| Constructor and Description |
|---|
ClientProfileManager(DefinitionUtils definitionUtils,
org.jboss.errai.ioc.client.api.ManagedInstance<Profile> profileInstances) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected Iterable<Profile> |
getAllProfileInstances() |
protected Function<String,Annotation> |
getQualifier() |
protected Iterable<Profile> |
selectProfileInstances(Annotation... qualifiers) |
getAllProfiles, getProfile, getProfile, getProfiles@Inject public ClientProfileManager(DefinitionUtils definitionUtils, @Any org.jboss.errai.ioc.client.api.ManagedInstance<Profile> profileInstances)
@PreDestroy public void destroy()
protected Function<String,Annotation> getQualifier()
getQualifier in class AbstractProfileManagerprotected Iterable<Profile> getAllProfileInstances()
getAllProfileInstances in class AbstractProfileManagerprotected Iterable<Profile> selectProfileInstances(Annotation... qualifiers)
selectProfileInstances in class AbstractProfileManagerCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.