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 -
-
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)
-