java.lang.Cloneablepublic class Include extends InputBase
Pluggable directive that handles the #include() statement in VTL. This #include() can take multiple arguments of either StringLiteral or Reference.
Notes:
| Constructor | Description |
|---|---|
Include() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
Return name of this directive.
|
int |
getType() |
Return type of this directive.
|
boolean |
isScopeProvided() |
Since there is no processing of content, there is never a need for an
internal scope.
|
getColumn, getLine, getScopeName, getTemplateName, setLocation, setLocationpublic java.lang.String getName()
public int getType()
public boolean isScopeProvided()
isScopeProvided in class DirectiveCopyright © 2002–2018 PMD. All rights reserved.