org.weborganic.furi
Interface ResolvedVariables

All Known Implementing Classes:
URIResolveResult

public interface ResolvedVariables

Holds the values of a resolved variables.

Version:
27 May 2009
Author:
Christophe Lauret

Method Summary
 Object get(String name)
          Returns the object corresponding to the specified variable name.
 Set<String> names()
          Returns the names of the variables which have been resolved.
 

Method Detail

names

Set<String> names()
Returns the names of the variables which have been resolved.

Returns:
The names of the variables which have been resolved.

get

Object get(String name)
Returns the object corresponding to the specified variable name.

Parameters:
name - The name of the variable.
Returns:
The object corresponding to the specified variable; may be null.