Class AbstractTemplateSearchDnResolver.EscapingReferenceInsertionEventHandler

  • All Implemented Interfaces:
    org.apache.velocity.app.event.EventHandler, org.apache.velocity.app.event.ReferenceInsertionEventHandler
    Enclosing class:
    AbstractTemplateSearchDnResolver

    protected static class AbstractTemplateSearchDnResolver.EscapingReferenceInsertionEventHandler
    extends Object
    implements org.apache.velocity.app.event.ReferenceInsertionEventHandler
    Escapes LDAP attribute values added to the template context.
    • Constructor Detail

      • EscapingReferenceInsertionEventHandler

        protected EscapingReferenceInsertionEventHandler()
    • Method Detail

      • referenceInsert

        public Object referenceInsert​(org.apache.velocity.context.Context context,
                                      String reference,
                                      Object value)
        Specified by:
        referenceInsert in interface org.apache.velocity.app.event.ReferenceInsertionEventHandler