org.marketcetera.util.auth
Class SpringSetterString

java.lang.Object
  extended by org.marketcetera.util.auth.Setter<T>
      extended by org.marketcetera.util.auth.SpringSetter<Holder<String>>
          extended by org.marketcetera.util.auth.SpringSetterString

public class SpringSetterString
extends SpringSetter<Holder<String>>

A setter for a string holder that obtains the data via Spring configuration properties.

Since:
0.5.0
Version:
$Id: SpringSetterString.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com

Constructor Summary
SpringSetterString(Holder<String> 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

SpringSetterString

public SpringSetterString(Holder<String> 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<String>>
Parameters:
context - The context.


Copyright © 2012. All Rights Reserved.