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 ProfileSet
ExecutionContext. 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 ContentDeliveryRuntime
ContentDeliveryRuntimeFactory. 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 ProfileSet
ProfileStore. 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 void
ProfileStore. 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 void
ResourceConfigSeq. add(ProfileSet profileSet)
List<ResourceConfig>
ResourceConfigSeq. getAll(ProfileSet profileSet)
double
ProfileTargetingExpression. getSpecificity(ProfileSet profileSet)
boolean
ProfileTargetingExpression. isMatch(ProfileSet profileSet)
-
Uses of ProfileSet in org.smooks.engine
Methods in org.smooks.engine that return ProfileSet Modifier and Type Method Description ProfileSet
DefaultExecutionContext. getTargetProfiles()
Method parameters in org.smooks.engine with type arguments of type ProfileSet Modifier and Type Method Description protected void
DefaultRegistry. 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 ContentDeliveryRuntime
DefaultContentDeliveryRuntimeFactory. create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
protected void
DefaultContentDeliveryConfigBuilder. load(ProfileSet profileSet)
Build the ContentDeliveryConfigBuilder for the specified device.protected void
DefaultContentDeliveryConfigBuilder. logResourceConfig(ProfileSet profileSet)
Print a debug log of the resource configurations for the associated profile.protected void
DefaultContentDeliveryConfigBuilder. 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 class
DefaultProfileSet
Default ProfileSet implementation.Methods in org.smooks.engine.profile that return ProfileSet Modifier and Type Method Description ProfileSet
DefaultProfileStore. getProfileSet(String profileMember)
Methods in org.smooks.engine.profile with parameters of type ProfileSet Modifier and Type Method Description void
DefaultProfileStore. 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 void
DefaultResourceConfigSeq. add(ProfileSet profileSet)
Add aProfileSet
instance to this list.List<ResourceConfig>
DefaultResourceConfigSeq. getAll(ProfileSet profileSet)
Get all ResourceConfig entries targeted at the specified profile set.double
DefaultProfileTargetingExpression.ExpressionToken. getSpecificity(ProfileSet profileSet)
Get the specificity of this token with respect to the supplied device.double
DefaultProfileTargetingExpression. getSpecificity(ProfileSet profileSet)
Get the specificity of this expression with respect to the supplied profile set.boolean
DefaultProfileTargetingExpression.ExpressionToken. isMatch(ProfileSet profileSet)
Is the profile specified in this token is a member of the supplied profile set.boolean
DefaultProfileTargetingExpression. 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 void
SmooksUtil. registerProfileSet(ProfileSet profileSet, Smooks smooks)
Manually register a set of profiles with the profile store associated with the suppliedSmooks
instance.
-