Uses of Interface
org.smooks.api.profile.ProfileSet
-
Packages that use ProfileSet Package Description org.smooks.api org.smooks.api.delivery Content Delivery.org.smooks.api.profile org.smooks.api.resource.config org.smooks.engine org.smooks.engine.delivery org.smooks.engine.lookup org.smooks.engine.profile org.smooks.engine.resource.config org.smooks.support Smooks Utilities. -
-
Uses of ProfileSet in org.smooks.api
Methods in org.smooks.api that return ProfileSet Modifier and Type Method Description ProfileSetExecutionContext. getTargetProfiles()Gets the set of profiles at which this execution context is targeted. -
Uses of ProfileSet in org.smooks.api.delivery
Methods in org.smooks.api.delivery with parameters of type ProfileSet Modifier and Type Method Description ContentDeliveryRuntimeContentDeliveryRuntimeFactory. create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings) -
Uses of ProfileSet in org.smooks.api.profile
Methods in org.smooks.api.profile that return ProfileSet Modifier and Type Method Description ProfileSetProfileStore. getProfileSet(String baseProfile)Get the ProfileSet associated with the specified profile member.Methods in org.smooks.api.profile with parameters of type ProfileSet Modifier and Type Method Description voidProfileStore. addProfileSet(ProfileSet profileSet)Add a ProfileSet to the store. -
Uses of ProfileSet in org.smooks.api.resource.config
Methods in org.smooks.api.resource.config that return types with arguments of type ProfileSet Modifier and Type Method Description List<ProfileSet>ResourceConfigSeq. getProfiles()Methods in org.smooks.api.resource.config with parameters of type ProfileSet Modifier and Type Method Description voidResourceConfigSeq. add(ProfileSet profileSet)List<ResourceConfig>ResourceConfigSeq. getAll(ProfileSet profileSet)doubleProfileTargetingExpression. getSpecificity(ProfileSet profileSet)booleanProfileTargetingExpression. isMatch(ProfileSet profileSet) -
Uses of ProfileSet in org.smooks.engine
Methods in org.smooks.engine that return ProfileSet Modifier and Type Method Description ProfileSetDefaultExecutionContext. getTargetProfiles()Method parameters in org.smooks.engine with type arguments of type ProfileSet Modifier and Type Method Description protected voidDefaultRegistry. addProfileSets(List<ProfileSet> profileSets) -
Uses of ProfileSet in org.smooks.engine.delivery
Methods in org.smooks.engine.delivery with parameters of type ProfileSet Modifier and Type Method Description ContentDeliveryRuntimeDefaultContentDeliveryRuntimeFactory. create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)protected voidDefaultContentDeliveryConfigBuilder. load(ProfileSet profileSet)Build the ContentDeliveryConfigBuilder for the specified device.protected voidDefaultContentDeliveryConfigBuilder. logResourceConfig(ProfileSet profileSet)Print a debug log of the resource configurations for the associated profile.protected voidDefaultContentDeliveryConfigBuilder. sortResourceConfigs(Map<String,List<ResourceConfig>> table, ProfileSet profileSet)Iterate over the table smooks-resource instances and sort the ResourceConfigs on each element.Constructors in org.smooks.engine.delivery with parameters of type ProfileSet Constructor Description DefaultContentDeliveryConfigBuilder(ProfileSet profileSet, Registry registry, List<FilterProvider> filterProviders)Private (hidden) constructor. -
Uses of ProfileSet in org.smooks.engine.lookup
Constructors in org.smooks.engine.lookup with parameters of type ProfileSet Constructor Description ResourceConfigsProfileSetLookup(Registry registry, ProfileSet profileSet) -
Uses of ProfileSet in org.smooks.engine.profile
Classes in org.smooks.engine.profile that implement ProfileSet Modifier and Type Class Description classDefaultProfileSetDefault ProfileSet implementation.Methods in org.smooks.engine.profile that return ProfileSet Modifier and Type Method Description ProfileSetDefaultProfileStore. getProfileSet(String profileMember)Methods in org.smooks.engine.profile with parameters of type ProfileSet Modifier and Type Method Description voidDefaultProfileStore. addProfileSet(ProfileSet profileSet)Add a ProfileSet for the named profile member. -
Uses of ProfileSet in org.smooks.engine.resource.config
Methods in org.smooks.engine.resource.config that return types with arguments of type ProfileSet Modifier and Type Method Description List<ProfileSet>DefaultResourceConfigSeq. getProfiles()Get the list of profiles configured on this resource configuration list.Methods in org.smooks.engine.resource.config with parameters of type ProfileSet Modifier and Type Method Description voidDefaultResourceConfigSeq. add(ProfileSet profileSet)Add aProfileSetinstance to this list.List<ResourceConfig>DefaultResourceConfigSeq. getAll(ProfileSet profileSet)Get all ResourceConfig entries targeted at the specified profile set.doubleDefaultProfileTargetingExpression.ExpressionToken. getSpecificity(ProfileSet profileSet)Get the specificity of this token with respect to the supplied device.doubleDefaultProfileTargetingExpression. getSpecificity(ProfileSet profileSet)Get the specificity of this expression with respect to the supplied profile set.booleanDefaultProfileTargetingExpression.ExpressionToken. isMatch(ProfileSet profileSet)Is the profile specified in this token is a member of the supplied profile set.booleanDefaultProfileTargetingExpression. isMatch(ProfileSet profileSet)Does this expression match one of the profiles in the supplied profile set.Constructors in org.smooks.engine.resource.config with parameters of type ProfileSet Constructor Description DefaultResourceConfigSortComparator(ProfileSet profileSet)Private constructor. -
Uses of ProfileSet in org.smooks.support
Methods in org.smooks.support with parameters of type ProfileSet Modifier and Type Method Description static voidSmooksUtil. registerProfileSet(ProfileSet profileSet, Smooks smooks)Manually register a set of profiles with the profile store associated with the suppliedSmooksinstance.
-