org.imixs.workflow.util
Class ItemCollectionAdapter
java.lang.Object
org.imixs.workflow.util.ItemCollectionAdapter
public class ItemCollectionAdapter
- extends java.lang.Object
This Class adapts the Imixs ItemCollection Class for usage in a JSF
Application. Using the ItemCollectionAdapter allows simplified access to
attributes from a JSP/JSF page
Each attribute accessed by the ItemCollectionAdapter will be added
automatically to the corresponding ItemCollection Class
Examples:
#{myControllerMB.item['numpersonen']}
#{myControllerMB.itemList['teamlist']}
- Author:
- rsoika
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemCollectionAdapter
public ItemCollectionAdapter()
ItemCollectionAdapter
public ItemCollectionAdapter(ItemCollection acol)
getItemCollection
public ItemCollection getItemCollection()
setItemCollection
public void setItemCollection(ItemCollection acol)
getItem
public java.util.Map getItem()
getItemList
public java.util.Map getItemList()
getItemListArray
public java.util.Map getItemListArray()
Copyright © 2006-2010 Imixs Software Solutions GmbH. All Rights Reserved.