Mojarra JSF Tools 2.1.28.SP9

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

Mojarra JSF Tools 2.1.28.SP9

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.