org.apache.cocoon.portal.util
Class AttributedMapItem

java.lang.Object
  extended by org.exolab.castor.mapping.MapItem
      extended by org.apache.cocoon.portal.util.AttributedMapItem

public class AttributedMapItem
extends org.exolab.castor.mapping.MapItem

Used by the ParameterFieldHandler for Castor. This MapItem is used by the mapping each time key and value are mapped to attributes in the xml (as opposed to elements)

Version:
CVS $Id: AttributedMapItem.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Björn Lütkemeier

Constructor Summary
AttributedMapItem()
           
AttributedMapItem(Object key, Object value)
           
 
Method Summary
 
Methods inherited from class org.exolab.castor.mapping.MapItem
getKey, getValue, setKey, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributedMapItem

public AttributedMapItem()

AttributedMapItem

public AttributedMapItem(Object key,
                         Object value)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.