public class ImportAttributeDirective
extends org.apache.velocity.runtime.directive.Directive
ImportAttributeModel
to be used in Velocity. For the list of
parameters, see
ImportAttributeModel.getImportedAttributes(org.apache.tiles.TilesContainer,
String, String, boolean, Object...)
.Constructor and Description |
---|
ImportAttributeDirective()
Default constructor.
|
ImportAttributeDirective(ImportAttributeModel model)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
int |
getType() |
boolean |
render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
org.apache.velocity.runtime.parser.node.Node node) |
public ImportAttributeDirective()
public ImportAttributeDirective(ImportAttributeModel model)
model
- The used model.public String getName()
getName
in class org.apache.velocity.runtime.directive.Directive
public int getType()
getType
in class org.apache.velocity.runtime.directive.Directive
public boolean render(org.apache.velocity.context.InternalContextAdapter context, Writer writer, org.apache.velocity.runtime.parser.node.Node node)
render
in class org.apache.velocity.runtime.directive.Directive
Copyright © 2017. All rights reserved.