com.endeca.navigation
Interface PropertyContainer

All Known Implementing Classes:
AggrERec, DimVal, ERec, KeyProperties, Supplement

public interface PropertyContainer

Interface for an object that has properties and has those properties exposed as a PropertyMap. The purpose for this interface is to allow common code to be used in the extraction of any object that supports this interface, for example building tag libraries around property containers.


Method Summary
 PropertyMap getProperties()
          Gets the properties for this container.
 

Method Detail

getProperties

PropertyMap getProperties()
Gets the properties for this container. Returns an empty property map if there are no properties defined for this container.

Returns:
Properties of this container.


© 2011 Endeca Technologies, Inc.
Endeca Confidential