org.jasig.portal.spring.properties
Class PortalPropertyEditorRegistrar
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.apache.commons.logging.Log logger
PortalPropertyEditorRegistrar
public PortalPropertyEditorRegistrar()
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.