Apache Abdera API

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


Apache Abdera API

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