com.sun.faces.config.beans
Interface MapEntriesHolder

All Known Implementing Classes:
ManagedBeanBean, ManagedPropertyBean

public interface MapEntriesHolder

Interface denoting a configuration bean that stores a mapEntries property.


Method Summary
 MapEntriesBean getMapEntries()
          Return the current mapEntries object for this configuration bean.
 void setMapEntries(MapEntriesBean mapEntries)
          Set the current mapEntries object for this configuration bean.
 

Method Detail

getMapEntries

MapEntriesBean getMapEntries()

Return the current mapEntries object for this configuration bean.


setMapEntries

void setMapEntries(MapEntriesBean mapEntries)

Set the current mapEntries object for this configuration bean.

Parameters:
mapEntries - The new mapEntries object


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.