org.apache.abdera.protocol.server
Interface TargetBuilder


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-2010 Apache Software Foundation. All Rights Reserved.