Class RepeatDirective.NullHolderContext

java.lang.Object
org.apache.velocity.context.ChainedInternalContextAdapter
org.mybatis.scripting.velocity.RepeatDirective.NullHolderContext
All Implemented Interfaces:
org.apache.velocity.context.Context, org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.context.InternalEventContext, org.apache.velocity.context.InternalWrapperContext
Enclosing class:
RepeatDirective

protected static class RepeatDirective.NullHolderContext extends org.apache.velocity.context.ChainedInternalContextAdapter
  • Field Summary

    Fields inherited from class org.apache.velocity.context.ChainedInternalContextAdapter

    wrappedContext
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    NullHolderContext(String key, org.apache.velocity.context.InternalContextAdapter context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String key)
     
    put(String key, Object value)
     
     

    Methods inherited from class org.apache.velocity.context.ChainedInternalContextAdapter

    attachEventCartridge, containsKey, getBaseContext, getCurrentMacroCallDepth, getCurrentMacroName, getCurrentResource, getCurrentTemplateName, getEventCartridge, getInternalUserContext, getKeys, getMacroLibraries, getMacroNameStack, getTemplateNameStack, icacheGet, icachePut, popCurrentMacroName, popCurrentTemplateName, pushCurrentMacroName, pushCurrentTemplateName, setCurrentResource, setMacroLibraries

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NullHolderContext

      protected NullHolderContext(String key, org.apache.velocity.context.InternalContextAdapter context)
  • Method Details

    • get

      public Object get(String key)
      Specified by:
      get in interface org.apache.velocity.context.Context
      Specified by:
      get in interface org.apache.velocity.context.InternalWrapperContext
      Overrides:
      get in class org.apache.velocity.context.ChainedInternalContextAdapter
    • put

      public Object put(String key, Object value)
      Specified by:
      put in interface org.apache.velocity.context.Context
      Specified by:
      put in interface org.apache.velocity.context.InternalWrapperContext
      Overrides:
      put in class org.apache.velocity.context.ChainedInternalContextAdapter
    • remove

      public Object remove(String key)
      Specified by:
      remove in interface org.apache.velocity.context.Context
      Overrides:
      remove in class org.apache.velocity.context.ChainedInternalContextAdapter