Interface TargetBuilder
-
- All Known Implementing Classes:
RouteManager,TemplateTargetBuilder
@Deprecated public interface TargetBuilder
Deprecated.Legacy AEM 6.x API.The TargetBuilder component is responsible for constructing appropriate IRIs/URIs for various kinds of targets based on specified input parameters. The input params are specific to the Target Manager implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringurlFor(RequestContext context, Object key, Object param)Deprecated.Construct a URL for the specified key
-
-
-
Method Detail
-
urlFor
String urlFor(RequestContext context, Object key, Object param)
Deprecated.Construct a URL for the specified key
-
-