Uses of Interface
colesico.framework.profile.Profile
Packages that use Profile
Package
Description
-
Uses of Profile in colesico.framework.profile
Classes in colesico.framework.profile that implement ProfileMethods in colesico.framework.profile with type parameters of type ProfileModifier and TypeMethodDescriptionfinal <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 ProfileModifier and TypeMethodDescriptionprotected ProfileDefaultProfileKit.controlOutputProfile(Profile profile) Controls the profile before write to the data port.DefaultProfileKit.InputControlResult.getProfile()DefaultProfileKit.ProfileHolder.getProfile()Methods in colesico.framework.profile with parameters of type ProfileModifier and TypeMethodDescriptionprotected 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) final voidDefaultProfileKit.setProfile(Profile profile) voidProfileKit.setProfile(Profile profile) Associate the profile with the current process.Constructors in colesico.framework.profile with parameters of type ProfileModifierConstructorDescriptionInputControlResult(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 ProfileModifier and TypeMethodDescriptionCommonProfileCreatorImpl.createCommonProfile(Locale locale) ProfileProducer.getProfile(ProfileKit kit) Methods in colesico.framework.profile.internal that return types with arguments of type ProfileModifier and TypeMethodDescriptioncolesico.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 -
Uses of Profile in colesico.framework.profile.teleapi
Classes in colesico.framework.profile.teleapi with type parameters of type ProfileMethods in colesico.framework.profile.teleapi that return Profile