getCurrentContext method

Map<String, Object> getCurrentContext()

Get the current context for the visitor

Return a Map that represent the current context

Implementation

Map<String, Object> getCurrentContext() {
  return _context;
}