Class FunctionMapperFactory

java.lang.Object
javax.el.FunctionMapper
org.apache.el.lang.FunctionMapperFactory

public class FunctionMapperFactory extends FunctionMapper
Factory that wraps a target FunctionMapper, capturing all function mappings so that an immutable snapshot can be created.
  • Field Details

    • memento

      protected FunctionMapperImpl memento
      The memento that stores captured function mappings.
    • target

      protected final FunctionMapper target
      The target function mapper being wrapped.
  • Constructor Details

    • FunctionMapperFactory

      public FunctionMapperFactory(FunctionMapper mapper)
      Creates a new factory wrapping the given function mapper.
      Parameters:
      mapper - The target function mapper to wrap
  • Method Details