com.sun.faces.config.beans
Interface ListEntriesHolder

All Known Implementing Classes:
ManagedBeanBean, ManagedPropertyBean

public interface ListEntriesHolder

Interface denoting a configuration bean that stores a listEntries property.


Method Summary
 ListEntriesBean getListEntries()
          Return the current listEntries object for this configuration bean.
 void setListEntries(ListEntriesBean listEntries)
          Set the current listEntries object for this configuration bean.
 

Method Detail

getListEntries

ListEntriesBean getListEntries()

Return the current listEntries object for this configuration bean.


setListEntries

void setListEntries(ListEntriesBean listEntries)

Set the current listEntries object for this configuration bean.

Parameters:
listEntries - The new listEntries object


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