org.kuali.rice.kns.web.format
Class EncryptionFormatter
java.lang.Object
org.kuali.rice.kns.web.format.Formatter
org.kuali.rice.kns.web.format.EncryptionFormatter
- All Implemented Interfaces:
- Serializable
public class EncryptionFormatter
- extends Formatter
This formatter calls the encryption service to encrypt/decrypt values.
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.web.format.Formatter |
convertFromPresentationFormat, convertToArray, convertToCollection, findFormatter, formatArray, formatBean, formatCollection, formatForPresentation, formatNull, formatObject, formatterForType, getFormatter, getFormatter, getImplementationClass, getNullObjectValue, getPropertyType, getSettings, isBlank, isEmptyValue, isNullValue, isSupportedType, registerFormatter, setPropertyType, setSettings, trimString, unwrapString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
EncryptionFormatter
public EncryptionFormatter()
convertToObject
protected Object convertToObject(String target)
- Description copied from class:
Formatter
- May be orverridden by subclasses to customize its behavior. The default implementation simply trims and returns the provided
string.
- Overrides:
convertToObject
in class Formatter
format
public Object format(Object target)
- Overrides:
format
in class Formatter
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.