org.finra.jtaf.core.model.invocationtarget
Class ContextKeyHandler

java.lang.Object
  extended by org.finra.jtaf.core.model.invocationtarget.ContextKeyHandler

public class ContextKeyHandler
extends Object

Used to replace keys in the context.


Constructor Summary
ContextKeyHandler(IInvocationContext context)
          Called when instantiated
 
Method Summary
 IInvocationContext getContext()
          Get the current context.
 Object replaceContextKey(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextKeyHandler

public ContextKeyHandler(IInvocationContext context)
Called when instantiated

Parameters:
context - - the current context when this is executed.
Method Detail

replaceContextKey

public Object replaceContextKey(Object value)
Parameters:
value - - the key
Returns:
-

getContext

public IInvocationContext getContext()
Get the current context.

Returns:
the current context.


Copyright © 2014. All rights reserved.