public class SakaiVariableResolver extends VariableResolver (Code)
SakaiVariableResolver extends the standard variable resolved of the selected faced implementation. Special Sakai features include the ability to name any Sakai component (or Spring bean) by component (bean) name.
author: University of Michigan, Sakai Software Development Team version: $Revision: 9278 $
Field Summary
protected VariableResolver
m_resolver The VariableResolver already in place that we add features to.
Constructor Summary
public
SakaiVariableResolver(VariableResolver other) Construct taking the VariableResolver alreay in place that we decorate.