|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Base class for all directives used in Velocity. *
Field Summary | |
---|---|
NVelocity.Runtime.RuntimeServices | rsvc |
Constructor Summary | |
---|---|
Directive() Initializes a new instance of the Directive class. |
Property Summary | |
---|---|
int | Column |
int | Line |
string | Name |
int | Type |
Method Summary | |
---|---|
void |
init(NVelocity.Runtime.RuntimeServices rs, NVelocity.Context.InternalContextAdapter context, NVelocity.Runtime.Parser.Node.INode node) How this directive is to be initialized. |
bool |
render(NVelocity.Context.InternalContextAdapter context, System.IO.TextWriter writer, NVelocity.Runtime.Parser.Node.INode node) How this directive is to be rendered |
void |
setLocation(int line, int column) Allows the template location to be set |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
protected internal NVelocity.Runtime.RuntimeServices rsvc
Constructor Detail |
---|
protected Directive()
Initializes a new instance of the Directive class.
Property Detail |
---|
public int Column
public int Line
public string Name
public int Type
Method Detail |
---|
public void init(NVelocity.Runtime.RuntimeServices rs, NVelocity.Context.InternalContextAdapter context, NVelocity.Runtime.Parser.Node.INode node)
How this directive is to be initialized.
public bool render(NVelocity.Context.InternalContextAdapter context, System.IO.TextWriter writer, NVelocity.Runtime.Parser.Node.INode node)
How this directive is to be rendered
public void setLocation(int line, int column)
Allows the template location to be set
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |