|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.velocity.runtime.directive.Directive
|
+--org.apache.velocity.runtime.directive.InputBase
Base class for directives which do input operations
(e.g. #include(), #parse(), etc.).
| Fields inherited from class org.apache.velocity.runtime.directive.Directive |
column, line, 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 |
|
| 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||