ix.util.context
Class ContextString

java.lang.Object
  extended by ix.util.context.ContextValue<java.lang.String>
      extended by ix.util.context.ContextString

public class ContextString
extends ContextValue<java.lang.String>

An object that contains a single context-dependent String value.


Field Summary
 
Fields inherited from class ix.util.context.ContextValue
holder, link
 
Constructor Summary
ContextString(ContextHolder holder, java.lang.String rootValue)
           
ContextString(java.lang.String rootValue)
           
 
Method Summary
 
Methods inherited from class ix.util.context.ContextValue
get, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextString

public ContextString(java.lang.String rootValue)

ContextString

public ContextString(ContextHolder holder,
                     java.lang.String rootValue)