org.apache.shale.tiger.managed.config
Class ListEntriesConfig

java.lang.Object
  extended by org.apache.shale.tiger.managed.config.ListEntriesConfig

public class ListEntriesConfig
extends Object

Representation of the runtime relevant contents of a JavaServer Faces <list-entries> configuration element.


Constructor Summary
ListEntriesConfig()
          Creates a new instance of ListEntriesConfig.
 
Method Summary
 void addEntry(ListEntryConfig entry)
          Add a new entry to the entries for this list.
 List<ListEntryConfig> getEntries()
          Return the entries for configuring this list.
 String getValueType()
          Getter for property type.
 void setValueType(String valueType)
          Setter for property type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEntriesConfig

public ListEntriesConfig()
Creates a new instance of ListEntriesConfig.

Method Detail

getValueType

public String getValueType()
Getter for property type.

Returns:
Value of property type.

setValueType

public void setValueType(String valueType)
Setter for property type.

Parameters:
valueType - New value of property type.

addEntry

public void addEntry(ListEntryConfig entry)

Add a new entry to the entries for this list.

Parameters:
entry - Entry to be added

getEntries

public List<ListEntryConfig> getEntries()

Return the entries for configuring this list.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.