org.marketcetera.util.auth
Class SpringSetterCharArray
java.lang.Object
org.marketcetera.util.auth.Setter<T>
org.marketcetera.util.auth.SpringSetter<Holder<char[]>>
org.marketcetera.util.auth.SpringSetterCharArray
public class SpringSetterCharArray
- extends SpringSetter<Holder<char[]>>
A setter for a character array holder that obtains the data via
Spring configuration properties.
- Since:
- 0.5.0
- Version:
- $Id: SpringSetterCharArray.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringSetterCharArray
public SpringSetterCharArray(Holder<char[]> holder,
I18NBoundMessage usage,
String propertyName)
- Constructor mirroring superclass constructor.
- See Also:
SpringSetter.SpringSetter(Holder,I18NBoundMessage,String)
setValue
public void setValue(GenericApplicationContext context)
- Description copied from class:
SpringSetter
- Sets the holder's data by obtaining it from the given context
via the receiver's proxy bean. This method is called by a
SpringContext.
- Specified by:
setValue in class SpringSetter<Holder<char[]>>
- Parameters:
context - The context.
Copyright © 2012. All Rights Reserved.