org.apache.jackrabbit.core.virtual
Interface VirtualValueProvider


public interface VirtualValueProvider

A VirtualValueProvider is used for virtual properties that want to provide values dynamically.


Method Summary
 InternalValue[] getVirtualValues(QName propName)
          Returns the values for the given name
 

Method Detail

getVirtualValues

public InternalValue[] getVirtualValues(QName propName)
Returns the values for the given name

Parameters:
propName - the name of the property
Returns:
the values


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.