Uses of Class
org.apache.velocity.runtime.parser.LogContext
-
Packages that use LogContext Package Description org.apache.velocity.exception org.apache.velocity.runtime -
-
Uses of LogContext in org.apache.velocity.exception
Fields in org.apache.velocity.exception declared as LogContext Modifier and Type Field Description private LogContext
VelocityException. logContext
LogContext VTL location tracking context -
Uses of LogContext in org.apache.velocity.runtime
Fields in org.apache.velocity.runtime declared as LogContext Modifier and Type Field Description private LogContext
RuntimeInstance. logContext
The LogContext object used to track location in templatesMethods in org.apache.velocity.runtime that return LogContext Modifier and Type Method Description LogContext
RuntimeInstance. getLogContext()
Get the LogContext object used to tack locations in templates.LogContext
RuntimeServices. getLogContext()
Get the LogContext object used to tack locations in templates.
-