@Deprecated public interface ProfileManager
| Modifier and Type | Method and Description | 
|---|---|
| void | addProfile(Profile profile)Deprecated.  | 
| void | addProfiles(List<Profile> profiles)Deprecated.  | 
| void | explicitlyActivate(List<String> profileIds)Deprecated.  | 
| void | explicitlyActivate(String profileId)Deprecated.  | 
| void | explicitlyDeactivate(List<String> profileIds)Deprecated.  | 
| void | explicitlyDeactivate(String profileId)Deprecated.  | 
| List | getActiveProfiles()Deprecated.  | 
| List<String> | getExplicitlyActivatedIds()Deprecated.  | 
| List<String> | getExplicitlyDeactivatedIds()Deprecated.  | 
| List | getIdsActivatedByDefault()Deprecated.  | 
| Map | getProfilesById()Deprecated.  | 
| Properties | getRequestProperties()Deprecated.  | 
void addProfile(Profile profile)
void explicitlyActivate(String profileId)
void explicitlyDeactivate(String profileId)
List getActiveProfiles() throws ProfileActivationException
ProfileActivationExceptionMap getProfilesById()
List getIdsActivatedByDefault()
Properties getRequestProperties()
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.