Interface ReflectionContextFactory

All Known Implementing Classes:
OgnlReflectionContextFactory

public interface ReflectionContextFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates and returns a new standard naming context for evaluating an OGNL expression.
  • Method Details

    • createDefaultContext

      Map createDefaultContext(Object root)
      Creates and returns a new standard naming context for evaluating an OGNL expression.
      Parameters:
      root - the root of the object graph
      Returns:
      a new Map with the keys root and context set appropriately