public class Template extends BaseObject implements Serializable
/xsl of a appNG-template or of a appNG-application.| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
deleteIncludes |
protected String |
outputType |
protected String |
path |
protected String |
type |
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputType()
When defining custom templates in a(n)
Event/Action/Datasource,
use this attribute to determine the OutputType this template should apply to. |
String |
getPath()
The path to the template resource, relative to
/xsl of the appNG-template or -application. |
String |
getType()
The type of the template.
|
Boolean |
isDeleteIncludes()
If set to
true, possibly existing <xsl:include> statements will be removed from the master template. |
void |
setDeleteIncludes(Boolean value)
Sets the value of the deleteIncludes property.
|
void |
setOutputType(String value)
Sets the value of the outputType property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String path
protected String outputType
protected String type
protected Boolean deleteIncludes
public String getPath()
/xsl of the appNG-template or -application.Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getOutputType()
Event/Action/Datasource,
use this attribute to determine the OutputType this template should apply to.
If empty, the template is being applied to any output-type.Stringpublic void setOutputType(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Boolean isDeleteIncludes()
true, possibly existing <xsl:include> statements will be removed from the master template.BooleanCopyright © 2011–2018 aiticon GmbH. All rights reserved.