I'm a little confused. In treeprocessor we have
class NOPVariableResolver
class PreparedVariableResolver
class VariableResolver
class VariableResolverFactory
In the portal block we have
class DefaultVariableResolverFactory
class NOPVariableResolver
class PreparedVariableResolver
interface VariableResolver
interface VariableResolverFactory
I need to use the VariableResolver in a class I am working with and I'm
a bit confused. I've used it before, but in the portal block so I guess
I was using that one. Does the treeprocessor version only work when
called from the sitemap? The code I am working on does not need the
portal block but isn't called from the sitemap.
Ralph