org.apache.abdera.protocol.server
Interface TargetBuilder

All Known Implementing Classes:
RouteManager, TemplateTargetBuilder

public interface TargetBuilder

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
 String urlFor(RequestContext context, Object key, Object param)
          Construct a URL for the specified key
 

Method Detail

urlFor

String urlFor(RequestContext context,
              Object key,
              Object param)
Construct a URL for the specified key



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.