Uses of Interface
org.craftercms.engine.targeting.TargetedUrlStrategy
Packages that use TargetedUrlStrategy
Package
Description
-
Uses of TargetedUrlStrategy in org.craftercms.engine.targeting.impl
Classes in org.craftercms.engine.targeting.impl that implement TargetedUrlStrategyModifier and TypeClassDescriptionclassTargetedUrlStrategybase class, that provides basic implementations ofAbstractTargetedUrlStrategy.parseTargetedUrl(String)andAbstractTargetedUrlStrategy.buildTargetedUrl(String, String, String).classTargetedUrlStrategythat proxies to the strategy defined in the site application context, or if not defined, to the default one in the general application context.classTargetedUrlStrategyimplementation that recognizes the target ID in the file name (e.g.classTargetedUrlStrategyimplementation that recognizes the target ID in the first folder of the URL name (e.g.Fields in org.craftercms.engine.targeting.impl declared as TargetedUrlStrategyModifier and TypeFieldDescriptionprotected TargetedUrlStrategyCandidateTargetedUrlsResolverImpl.targetedUrlStrategyMethods in org.craftercms.engine.targeting.impl that return types with arguments of type TargetedUrlStrategyModifier and TypeMethodDescriptionprotected Class<? extends TargetedUrlStrategy> ProxyTargetedUrlStrategy.getBeanClass()Constructors in org.craftercms.engine.targeting.impl with parameters of type TargetedUrlStrategyModifierConstructorDescriptionCandidateTargetedUrlsResolverImpl(TargetIdManager targetIdManager, TargetedUrlStrategy targetedUrlStrategy, CandidateTargetIdsResolver candidateTargetIdsResolver) -
Uses of TargetedUrlStrategy in org.craftercms.engine.url
Fields in org.craftercms.engine.url declared as TargetedUrlStrategyModifier and TypeFieldDescriptionprotected TargetedUrlStrategyToTargetedUrlTransformer.targetedUrlStrategyConstructors in org.craftercms.engine.url with parameters of type TargetedUrlStrategy