org.marketcetera.util.auth
Class SpringSetterCharArray

java.lang.Object
  extended by org.marketcetera.util.auth.Setter<T>
      extended by org.marketcetera.util.auth.SpringSetter<Holder<char[]>>
          extended by 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

Constructor Summary
SpringSetterCharArray(Holder<char[]> holder, I18NBoundMessage usage, String propertyName)
          Constructor mirroring superclass constructor.
 
Method Summary
 void setValue(GenericApplicationContext context)
          Sets the holder's data by obtaining it from the given context via the receiver's proxy bean.
 
Methods inherited from class org.marketcetera.util.auth.SpringSetter
getPropertyName, getPropertyValue, setup
 
Methods inherited from class org.marketcetera.util.auth.Setter
getHolder, getUsage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringSetterCharArray

public SpringSetterCharArray(Holder<char[]> holder,
                             I18NBoundMessage usage,
                             String propertyName)
Constructor mirroring superclass constructor.

See Also:
SpringSetter.SpringSetter(Holder,I18NBoundMessage,String)
Method Detail

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.