org.apache.velocity.runtime.directive
public abstract class InputBase extends Directive
#include()
, #parse()
, etc.).
Since: 1.4
Method Summary | |
---|---|
protected String | getInputEncoding(InternalContextAdapter context)
Decides the encoding used during input processing of this
directive.
|
null
if we are processing a stream....
Parameters: context The context to derive the default input encoding from.
Returns: The encoding to use when processing this directive.