Class TemplatedURLBuilder

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • engine

        @NonnullAfterInit
        private org.apache.velocity.app.VelocityEngine engine
        VelocityEngine.
      • paramEscaper

        @Nonnull
        private final Escaper paramEscaper
        Escaper for form parameters.
      • fragmentEscaper

        @Nonnull
        private final Escaper fragmentEscaper
        Escaper for fragments.
      • pathEscaper

        @Nonnull
        private final Escaper pathEscaper
        Escaper for path segments.
      • customObject

        @Nullable
        private Object customObject
        A custom object to inject into the template.
    • Constructor Detail

      • TemplatedURLBuilder

        public TemplatedURLBuilder()
        Constructor.