|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.runtime.directive.Directive
org.apache.velocity.runtime.directive.InputBase
public abstract class InputBase
Base class for directives which do input operations
(e.g. #include()
, #parse()
, etc.).
Field Summary |
---|
Fields inherited from class org.apache.velocity.runtime.directive.Directive |
---|
rsvc |
Fields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants |
---|
BLOCK, LINE |
Constructor Summary | |
---|---|
InputBase()
|
Method Summary | |
---|---|
protected java.lang.String |
getInputEncoding(InternalContextAdapter context)
Decides the encoding used during input processing of this directive. |
Methods inherited from class org.apache.velocity.runtime.directive.Directive |
---|
getColumn, getLine, getName, getType, init, render, setLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputBase()
Method Detail |
---|
protected java.lang.String getInputEncoding(InternalContextAdapter context)
null
if we are processing a stream....
context
- The context to derive the default input encoding
from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |