Skip navigation links
A C E G H I K O P R S T U V 

A

AbstractTemplateContext - Class in org.everit.templating.util
Helper class to be able to create template context implementations.
AbstractTemplateContext(String, Map<String, Object>) - Constructor for class org.everit.templating.util.AbstractTemplateContext
Constructor.
append(String) - Method in class org.everit.templating.util.TemplateWriter
Appending some text to the writer.

C

clear() - Method in class org.everit.templating.util.InheritantMap
 
CompileException - Exception in org.everit.templating.util
Standard exception thrown for all general compileShared and some runtime failures.
CompileException(String, char[], int) - Constructor for exception org.everit.templating.util.CompileException
 
CompileException(String, char[], int, Throwable) - Constructor for exception org.everit.templating.util.CompileException
 
containsKey(Object) - Method in class org.everit.templating.util.InheritantMap
 
containsValue(Object) - Method in class org.everit.templating.util.InheritantMap
 

E

entrySet() - Method in class org.everit.templating.util.InheritantMap
 
equals(Object) - Method in class org.everit.templating.util.InheritantMap
 

G

get(Object) - Method in class org.everit.templating.util.InheritantMap
 
get() - Method in interface org.everit.templating.util.Supplier
 
getCodeNearError() - Method in exception org.everit.templating.util.CompileException
 
getColumn() - Method in exception org.everit.templating.util.CompileException
 
getCursor() - Method in exception org.everit.templating.util.CompileException
 
getCursorOffet() - Method in exception org.everit.templating.util.CompileException
 
getExpr() - Method in exception org.everit.templating.util.CompileException
 
getFragmentId() - Method in class org.everit.templating.util.AbstractTemplateContext
 
getLineNumber() - Method in exception org.everit.templating.util.CompileException
 
getMessage() - Method in exception org.everit.templating.util.CompileException
 
getVars() - Method in class org.everit.templating.util.AbstractTemplateContext
 
getWrapped() - Method in class org.everit.templating.util.TemplateWriter
 

H

hashCode() - Method in class org.everit.templating.util.InheritantMap
 

I

InheritantMap<K,V> - Class in org.everit.templating.util
A Map implementation that allows to return values from a parent map in the way that modifications are only applied to the current instance.
InheritantMap(Map<K, V>, boolean) - Constructor for class org.everit.templating.util.InheritantMap
Constructor.
isEmpty() - Method in class org.everit.templating.util.InheritantMap
 
iterator() - Method in class org.everit.templating.util.UniversalIterable
 

K

keySet() - Method in class org.everit.templating.util.InheritantMap
 

O

org.everit.templating.util - package org.everit.templating.util
 

P

put(K, V) - Method in class org.everit.templating.util.InheritantMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.everit.templating.util.InheritantMap
 
putWithoutChecks(K, V) - Method in class org.everit.templating.util.InheritantMap
Same as InheritantMap.put(Object, Object) but without checking reserved words.

R

remove(Object) - Method in class org.everit.templating.util.InheritantMap
 
renderFragment(String) - Method in class org.everit.templating.util.AbstractTemplateContext
 
renderFragment(String, Map<String, Object>) - Method in class org.everit.templating.util.AbstractTemplateContext
 
renderFragmentInternal(String, Map<String, Object>) - Method in class org.everit.templating.util.AbstractTemplateContext
Classes that inherit from this class should implement this function to be able to render fragments via the templateContext.
ReservedWordException - Exception in org.everit.templating.util
Exception that is thrown when someone wants to override a reserved variable.
ReservedWordException(String) - Constructor for exception org.everit.templating.util.ReservedWordException
 

S

setColumn(int) - Method in exception org.everit.templating.util.CompileException
 
setCursor(int) - Method in exception org.everit.templating.util.CompileException
 
setExpr(char[]) - Method in exception org.everit.templating.util.CompileException
 
setLineNumber(int) - Method in exception org.everit.templating.util.CompileException
 
size() - Method in class org.everit.templating.util.InheritantMap
 
Supplier<R> - Interface in org.everit.templating.util
Supplier functional interface that is similar to the one that is introduced in Java 8.

T

TemplateWriter - Class in org.everit.templating.util
Wrapper around a Writer that throws unchecked exception instead of IOException.
TemplateWriter(Writer) - Constructor for class org.everit.templating.util.TemplateWriter
 
toString() - Method in exception org.everit.templating.util.CompileException
 

U

UniversalIterable<T> - Class in org.everit.templating.util
An iterable that can iterate throug Iterable instances but also through primitive or Object arrays.
UniversalIterable(Object) - Constructor for class org.everit.templating.util.UniversalIterable
 

V

values() - Method in class org.everit.templating.util.InheritantMap
 
A C E G H I K O P R S T U V 
Skip navigation links

Copyright © 2011–2015 Everit Kft.. All rights reserved.