Index

A C D F G I L O P Q S T 
All Classes All Packages

A

addFactories(Catalog) - Method in class colesico.framework.profile.internal.ProfileIoclet
 
addLocalization(SubjectQualifiers) - Method in class colesico.framework.profile.Localizer
Adds resource localization

C

colesico.framework.profile - module colesico.framework.profile
 
colesico.framework.profile - package colesico.framework.profile
 
colesico.framework.profile.internal - package colesico.framework.profile.internal
 
colesico.framework.profile.teleapi - package colesico.framework.profile.teleapi
 
CommonProfileCreator - Interface in colesico.framework.profile.teleapi
Provides common profile for cases where the user profile can't be determined
CommonProfileCreatorImpl - Class in colesico.framework.profile.internal
 
CommonProfileCreatorImpl() - Constructor for class colesico.framework.profile.internal.CommonProfileCreatorImpl
 
createCommonProfile(Locale) - Method in class colesico.framework.profile.internal.CommonProfileCreatorImpl
 
createCommonProfile(Locale) - Method in interface colesico.framework.profile.teleapi.CommonProfileCreator
 

D

dataPortProv - Variable in class colesico.framework.profile.DefaultProfileKit
 
DefaultProfile - Class in colesico.framework.profile
Default profile implementation
DefaultProfile(Locale) - Constructor for class colesico.framework.profile.DefaultProfile
 
DefaultProfileKit - Class in colesico.framework.profile
Profile kit default implementation.
DefaultProfileKit(ThreadScope, Provider<DataPort>) - Constructor for class colesico.framework.profile.DefaultProfileKit
 
DefaultProfileKit.ProfileHolder - Class in colesico.framework.profile
 
deserialize(byte[]) - Method in class colesico.framework.profile.internal.ProfileSerializerImpl
 
deserialize(byte[]) - Method in interface colesico.framework.profile.teleapi.ProfileSerializer
 

F

forEach(Consumer<? super String>) - Method in class colesico.framework.profile.ObjectiveQualifiers
 
forEach(Consumer<? super String>) - Method in class colesico.framework.profile.QualifiersDefinition
 
forEach(Consumer<? super String>) - Method in class colesico.framework.profile.SubjectQualifiers
 
fromMap(Map<String, String>, QualifiersDefinition) - Static method in class colesico.framework.profile.SubjectQualifiers
 
fromSpec(String, QualifiersDefinition) - Static method in class colesico.framework.profile.SubjectQualifiers
From qualifiers spec str

G

GET_LOCALE_METHOD - Static variable in interface colesico.framework.profile.Profile
 
GET_QUALIFIERS_METHOD - Static variable in interface colesico.framework.profile.Profile
 
getCommonProfileCreator(CommonProfileCreatorImpl) - Method in class colesico.framework.profile.internal.ProfileProducer
 
getCommonProfileCreatorFactory4() - Method in class colesico.framework.profile.internal.ProfileIoclet
Factory to produce colesico.framework.profile.teleapi.CommonProfileCreator class instance Scope: SINGLETON; Custom: null
getCommonProfileCreatorImplFactory9() - Method in class colesico.framework.profile.internal.ProfileIoclet
Factory to produce colesico.framework.profile.internal.CommonProfileCreatorImpl class instance Scope: UNSCOPED; Custom: null
getDefaultProfileKitFactory6() - Method in class colesico.framework.profile.internal.ProfileIoclet
Factory to produce colesico.framework.profile.DefaultProfileKit class instance Scope: UNSCOPED; Custom: null
getId() - Method in class colesico.framework.profile.internal.ProfileIoclet
 
getLocale() - Method in class colesico.framework.profile.DefaultProfile
 
getLocale() - Method in interface colesico.framework.profile.Profile
Returns client locale.
getLocale(ProfileKit) - Method in class colesico.framework.profile.internal.ProfileProducer
 
getLocaleFactory2() - Method in class colesico.framework.profile.internal.ProfileIoclet
Factory to produce java.util.Locale class instance Scope: UNSCOPED; Custom: null
getName(int) - Method in class colesico.framework.profile.QualifiersDefinition
 
getNames() - Method in class colesico.framework.profile.QualifiersDefinition
 
getProfile() - Method in class colesico.framework.profile.DefaultProfileKit
 
getProfile() - Method in class colesico.framework.profile.DefaultProfileKit.ProfileHolder
 
getProfile() - Method in interface colesico.framework.profile.ProfileKit
This method should provide current user valid profile.
getProfile(ProfileKit) - Method in class colesico.framework.profile.internal.ProfileProducer
 
getProfileConfig(ProfileConfigImpl) - Method in class colesico.framework.profile.internal.ProfileProducer
Default profile config
getProfileConfigFactory5() - Method in class colesico.framework.profile.internal.ProfileIoclet
Factory to produce colesico.framework.profile.ProfileConfigPrototype class instance Scope: SINGLETON; Custom: null
getProfileConfigImplFactory7() - Method in class colesico.framework.profile.internal.ProfileIoclet
Factory to produce colesico.framework.profile.internal.ProfileConfigImpl class instance Scope: SINGLETON; Custom: null
getProfileFactory1() - Method in class colesico.framework.profile.internal.ProfileIoclet
Factory to produce colesico.framework.profile.Profile class instance Scope: UNSCOPED; Custom: null
getProfileKit(DefaultProfileKit) - Method in class colesico.framework.profile.internal.ProfileProducer
 
getProfileKitFactory0() - Method in class colesico.framework.profile.internal.ProfileIoclet
Factory to produce colesico.framework.profile.ProfileKit class instance Scope: SINGLETON; Custom: null
getProfileSerializer(ProfileSerializerImpl) - Method in class colesico.framework.profile.internal.ProfileProducer
 
getProfileSerializerFactory3() - Method in class colesico.framework.profile.internal.ProfileIoclet
Factory to produce colesico.framework.profile.teleapi.ProfileSerializer class instance Scope: SINGLETON; Custom: null
getProfileSerializerImplFactory8() - Method in class colesico.framework.profile.internal.ProfileIoclet
Factory to produce colesico.framework.profile.internal.ProfileSerializerImpl class instance Scope: SINGLETON; Custom: null
getQualifiers() - Method in class colesico.framework.profile.DefaultProfile
 
getQualifiers() - Method in interface colesico.framework.profile.Profile
Returns localization qualifier values
getQualifiersDefinition() - Method in class colesico.framework.profile.internal.ProfileConfigImpl
 
getQualifiersDefinition() - Method in class colesico.framework.profile.ProfileConfigPrototype
 
getSize() - Method in class colesico.framework.profile.QualifiersDefinition
 
getValues() - Method in class colesico.framework.profile.ObjectiveQualifiers
 
getValues() - Method in class colesico.framework.profile.SubjectQualifiers
 

I

iterator() - Method in class colesico.framework.profile.ObjectiveQualifiers
 
iterator() - Method in class colesico.framework.profile.QualifiersDefinition
 
iterator() - Method in class colesico.framework.profile.SubjectQualifiers
 

L

localize(ObjectiveQualifiers) - Method in class colesico.framework.profile.Localizer
Returns matched resource qualifiers.
Localizer - Class in colesico.framework.profile
Localization assistant
Localizer() - Constructor for class colesico.framework.profile.Localizer
 

O

ObjectiveQualifiers - Class in colesico.framework.profile
Localization qualifier values from profile is used to select appropriate localized resource, etc.
ObjectiveQualifiers(String[]) - Constructor for class colesico.framework.profile.ObjectiveQualifiers
 

P

Profile - Interface in colesico.framework.profile
Localization profile.
ProfileConfigImpl - Class in colesico.framework.profile.internal
 
ProfileConfigImpl() - Constructor for class colesico.framework.profile.internal.ProfileConfigImpl
 
ProfileConfigPrototype - Class in colesico.framework.profile
 
ProfileConfigPrototype() - Constructor for class colesico.framework.profile.ProfileConfigPrototype
 
ProfileException - Exception in colesico.framework.profile
 
ProfileException(String) - Constructor for exception colesico.framework.profile.ProfileException
 
ProfileException(String, Throwable) - Constructor for exception colesico.framework.profile.ProfileException
 
ProfileHolder(Profile) - Constructor for class colesico.framework.profile.DefaultProfileKit.ProfileHolder
 
ProfileIoclet - Class in colesico.framework.profile.internal
 
ProfileIoclet() - Constructor for class colesico.framework.profile.internal.ProfileIoclet
 
ProfileKit - Interface in colesico.framework.profile
Profile Service.
ProfileProducer - Class in colesico.framework.profile.internal
 
ProfileProducer() - Constructor for class colesico.framework.profile.internal.ProfileProducer
 
profileReadControl(DataPort<Object, Object>) - Method in class colesico.framework.profile.DefaultProfileKit
 
ProfileSerializer<P extends Profile> - Interface in colesico.framework.profile.teleapi
 
ProfileSerializerImpl - Class in colesico.framework.profile.internal
Default profile tele-assistant
ProfileSerializerImpl() - Constructor for class colesico.framework.profile.internal.ProfileSerializerImpl
 
profileWriteControl(DataPort, Profile) - Method in class colesico.framework.profile.DefaultProfileKit
 

Q

QualifiersDefinition - Class in colesico.framework.profile
Defines all possible qualifier names and its canonical order.
QualifiersDefinition(String[]) - Constructor for class colesico.framework.profile.QualifiersDefinition
 

S

SCOPE_KEY - Static variable in class colesico.framework.profile.DefaultProfileKit.ProfileHolder
 
serialize(DefaultProfile) - Method in class colesico.framework.profile.internal.ProfileSerializerImpl
 
serialize(P) - Method in interface colesico.framework.profile.teleapi.ProfileSerializer
 
setLocale(Locale) - Method in class colesico.framework.profile.DefaultProfile
 
setProfile(Profile) - Method in class colesico.framework.profile.DefaultProfileKit
 
setProfile(Profile) - Method in interface colesico.framework.profile.ProfileKit
Setup curent user profile
SubjectQualifiers - Class in colesico.framework.profile
Localizing qualifiers linked with localization subject (resource, e.t.c.)
SubjectQualifiers(String[]) - Constructor for class colesico.framework.profile.SubjectQualifiers
 

T

threadScope - Variable in class colesico.framework.profile.DefaultProfileKit
 
toString() - Method in class colesico.framework.profile.ObjectiveQualifiers
 
toString() - Method in class colesico.framework.profile.QualifiersDefinition
 
toString() - Method in class colesico.framework.profile.SubjectQualifiers
 
toSuffix(char) - Method in class colesico.framework.profile.SubjectQualifiers
 
A C D F G I L O P Q S T 
All Classes All Packages