Uses of Interface
colesico.framework.profile.Profile
| Package | Description |
|---|---|
| colesico.framework.profile | |
| colesico.framework.profile.internal | |
| colesico.framework.profile.teleapi |
-
Uses of Profile in colesico.framework.profile
Classes in colesico.framework.profile that implement Profile Modifier and Type Class Description classDefaultProfileProfile default implementationMethods in colesico.framework.profile with type parameters of type Profile Modifier and Type Method Description <P extends Profile>
PDefaultProfileKit. getProfile()<P extends Profile>
PProfileKit. getProfile()Returns the valid profile associated with the current process if the profile is present.Methods in colesico.framework.profile that return Profile Modifier and Type Method Description protected ProfileDefaultProfileKit. controlOutputProfile(Profile profile)Controls the profile before write to the data port.ProfileDefaultProfileKit.InputControlResult. getProfile()ProfileDefaultProfileKit.ProfileHolder. getProfile()Methods in colesico.framework.profile with parameters of type Profile Modifier and Type Method Description protected DefaultProfileKit.InputControlResultDefaultProfileKit. controlInputProfile(Profile profile)Controls the profile read from the data port.protected ProfileDefaultProfileKit. controlOutputProfile(Profile profile)Controls the profile before write to the data port.protected booleanDefaultProfileKit. isInputControlRequired(Profile profile)protected booleanDefaultProfileKit. isOutputControlRequired(Profile profile)voidDefaultProfileKit.InputControlResult. setProfile(Profile profile)voidDefaultProfileKit. setProfile(Profile profile)voidProfileKit. setProfile(Profile profile)Associate the profile with the current process.Constructors in colesico.framework.profile with parameters of type Profile Constructor Description InputControlResult(Profile profile)InputControlResult(Profile profile, boolean updateOnClient)ProfileHolder(Profile profile) -
Uses of Profile in colesico.framework.profile.internal
Methods in colesico.framework.profile.internal that return Profile Modifier and Type Method Description ProfileCommonProfileCreatorImpl. createCommonProfile(java.util.Locale locale)ProfileProfileProducer. getProfile(ProfileKit kit)Methods in colesico.framework.profile.internal that return types with arguments of type Profile Modifier and Type Method Description colesico.framework.ioc.ioclet.Factory<Profile>ProfileIoclet. getProfileFactory1()Factory to produce colesico.framework.profile.Profile class instance Scope: UNSCOPED; Custom: nullMethod parameters in colesico.framework.profile.internal with type arguments of type Profile Modifier and Type Method Description java.util.LocaleProfileProducer. getLocale(javax.inject.Provider<Profile> profileProv) -
Uses of Profile in colesico.framework.profile.teleapi
Classes in colesico.framework.profile.teleapi with type parameters of type Profile Modifier and Type Interface Description interfaceProfileSerializer<P extends Profile>Methods in colesico.framework.profile.teleapi that return Profile Modifier and Type Method Description ProfileCommonProfileCreator. createCommonProfile(java.util.Locale locale)