org.apache.cocoon.portal.util
Class ReferenceFieldHandler
java.lang.Object
org.exolab.castor.mapping.loader.FieldHandlerFriend
org.exolab.castor.mapping.ExtendedFieldHandler
org.exolab.castor.mapping.AbstractFieldHandler
org.apache.cocoon.portal.util.AbstractFieldHandler
org.apache.cocoon.portal.util.ReferenceFieldHandler
- All Implemented Interfaces:
- org.exolab.castor.mapping.FieldHandler
- Direct Known Subclasses:
- CopletBaseDataReferenceFieldHandler, CopletDataReferenceFieldHandler, CopletInstanceDataReferenceFieldHandler
public abstract class ReferenceFieldHandler
- extends AbstractFieldHandler
Field handler superclass for external references.
- Version:
- CVS $Id: ReferenceFieldHandler.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Björn Lütkemeier
Method Summary |
static void |
clearObjectMap()
|
static Map |
getObjectMap()
Gets the map used to pass resolvable objects to the field handler. |
static void |
setObjectMap(Map objectMap)
Sets the map used to pass resolvable objects to the field handler. |
Methods inherited from class org.exolab.castor.mapping.AbstractFieldHandler |
getFieldDescriptor, getValue, hasValue, newInstance, resetValue, setFieldDescriptor, setValue |
Methods inherited from class org.exolab.castor.mapping.ExtendedFieldHandler |
checkValidity |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceFieldHandler
public ReferenceFieldHandler()
getObjectMap
public static Map getObjectMap()
- Gets the map used to pass resolvable objects to the field handler.
setObjectMap
public static void setObjectMap(Map objectMap)
- Sets the map used to pass resolvable objects to the field handler.
clearObjectMap
public static void clearObjectMap()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.