org.weborganic.furi
Interface Expandable

All Known Subinterfaces:
Token, TokenOperator
All Known Implementing Classes:
TokenLiteral, TokenOperatorD3, TokenOperatorDX, TokenOperatorPS, TokenVariable, URIPattern, URITemplate

public interface Expandable

A class implementing this interface can be expanded.

Version:
30 December 2008
Author:
Christophe Lauret

Method Summary
 String expand(Parameters parameters)
          Expands this object to produce a URI fragment as defined by the URI Template specifications.
 

Method Detail

expand

String expand(Parameters parameters)
Expands this object to produce a URI fragment as defined by the URI Template specifications.

Parameters:
parameters - The list of parameters and their values for substitution.
Returns:
The expanded URI fragment