org.apache.cocoon.portal.util
Class ReferenceFieldHandler

java.lang.Object
  extended by org.exolab.castor.mapping.loader.FieldHandlerFriend
      extended by org.exolab.castor.mapping.ExtendedFieldHandler
          extended by org.exolab.castor.mapping.AbstractFieldHandler
              extended by org.apache.cocoon.portal.util.AbstractFieldHandler
                  extended by 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

Constructor Summary
ReferenceFieldHandler()
           
 
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.apache.cocoon.portal.util.AbstractFieldHandler
newInstance
 
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
 

Constructor Detail

ReferenceFieldHandler

public ReferenceFieldHandler()
Method Detail

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.