Méthode | Description | |
---|---|---|
Render ( IInternalContextAdapter context, |
iterates through the argument list and renders every argument that is appropriate. Any non appropriate arguments are logged, but render() continues.
|
Méthode | Description | |
---|---|---|
AssertArgument ( INode node ) : bool | ||
AssertNodeHasValue ( INode node, IInternalContextAdapter context, Object &value ) : bool | ||
AssertTemplateStack ( IInternalContextAdapter context ) : bool |
See if we have exceeded the configured depth. If it isn't configured, put a stop at 20 just in case.
|
|
GetTemplate ( String arg, String encoding, IInternalContextAdapter context ) : Template | ||
RenderTemplate ( Template template, String arg, |
public Render ( IInternalContextAdapter context, |
||
context | IInternalContextAdapter | |
writer | ||
node | INode | |
Résultat | bool |