org.jasig.portal.spring.properties
Class PortalPropertyEditorRegistrar

java.lang.Object
  extended by org.jasig.portal.spring.properties.PortalPropertyEditorRegistrar
All Implemented Interfaces:
PropertyEditorRegistrar

public class PortalPropertyEditorRegistrar
extends Object
implements PropertyEditorRegistrar

Registers a Map of PropertyEditors with the specified registry.

Version:
$Revision$
Author:
Eric Dalquist

Field Summary
protected  org.apache.commons.logging.Log logger
           
 
Constructor Summary
PortalPropertyEditorRegistrar()
           
 
Method Summary
 Map<Class<?>,PropertyEditor> getPropertyEditors()
           
 void registerCustomEditors(PropertyEditorRegistry registry)
           
 void setPropertyEditors(Map<Class<?>,PropertyEditor> propertyEditors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.apache.commons.logging.Log logger
Constructor Detail

PortalPropertyEditorRegistrar

public PortalPropertyEditorRegistrar()
Method Detail

getPropertyEditors

public Map<Class<?>,PropertyEditor> getPropertyEditors()
Returns:
the propertyEditors

setPropertyEditors

public void setPropertyEditors(Map<Class<?>,PropertyEditor> propertyEditors)
Parameters:
propertyEditors - the propertyEditors to set

registerCustomEditors

public void registerCustomEditors(PropertyEditorRegistry registry)
Specified by:
registerCustomEditors in interface PropertyEditorRegistrar


Copyright © 2010 Jasig. All Rights Reserved.