org.apache.cocoon.components.variables
Interface VariableResolver

All Known Implementing Classes:
NOPVariableResolver, PreparedVariableResolver

public interface VariableResolver

Object that resolves the {...} patterns and returns the current value. NOTE: This interface is work in progress, so chances are that it will change.

Version:
CVS $Id: VariableResolver.java 433543 2006-08-22 06:22:54Z crossley $
Author:
Carsten Ziegeler

Method Summary
 String resolve()
          Resolve all {...} patterns .
 

Method Detail

resolve

String resolve()
               throws PatternException
Resolve all {...} patterns .

Throws:
PatternException


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.