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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

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

Method Detail

resolve

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

Throws:
PatternException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.