org.objectweb.kilim.model.mapping
Interface MappingContext

All Known Implementing Classes:
DefaultMappingContext

public interface MappingContext

This empty interface is the parent interface for specific contexts to be used in getValue() and execute() methods of RuntimeAction and RuntimeSource interfaces.

Author:
horn

Method Summary
 java.util.Stack getCallStack()
          Method getCallStack.
 java.util.Stack getContextStack()
          Method getContextStack.
 

Method Detail

getContextStack

public java.util.Stack getContextStack()
Method getContextStack.

Returns:
Stack

getCallStack

public java.util.Stack getCallStack()
Method getCallStack.

Returns:
Stack