HomeSort by relevance Sort by last modified time
    Searched defs:isRuntimeAutoEscaping (Results 1 - 2 of 2) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/template/
RenderingContext.java 146 * @see #isRuntimeAutoEscaping
148 boolean isRuntimeAutoEscaping();
DefaultRenderingContext.java 118 boolean applyAutoEscape = isRuntimeAutoEscaping() && (currentEscaper == null);
155 if (isRuntimeAutoEscaping() && (currentEscaper == null)) {
215 if (isRuntimeAutoEscaping() || (currentEscaper != null)) {
224 if (isRuntimeAutoEscaping()) {
242 public boolean isRuntimeAutoEscaping() {
254 if (isRuntimeAutoEscaping()) {

Completed in 48 milliseconds