public static class JkResourceProcessor.JkInterpolator
extends java.lang.Object
${keyName}
but can be of any form.Modifier and Type | Method and Description |
---|---|
JkResourceProcessor.JkInterpolator |
and(java.lang.String key,
java.lang.String value,
java.lang.String... others)
Returns a copy of this
JkResourceProcessor.JkInterpolator but adding key values to interpolate. |
static JkResourceProcessor.JkInterpolator |
of() |
static JkResourceProcessor.JkInterpolator |
of(java.util.Map<java.lang.String,java.lang.String> keyValues) |
static JkResourceProcessor.JkInterpolator |
of(java.nio.file.PathMatcher pathMatcher,
java.util.Map<java.lang.String,java.lang.String> keyValues) |
public static JkResourceProcessor.JkInterpolator of(java.nio.file.PathMatcher pathMatcher, java.util.Map<java.lang.String,java.lang.String> keyValues)
public static JkResourceProcessor.JkInterpolator of(java.util.Map<java.lang.String,java.lang.String> keyValues)
public static JkResourceProcessor.JkInterpolator of()
public JkResourceProcessor.JkInterpolator and(java.lang.String key, java.lang.String value, java.lang.String... others)
JkResourceProcessor.JkInterpolator
but adding key values to interpolate.