public class ImportAttributeDirective
extends 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 |
---|---|
java.lang.String |
getName() |
int |
getType() |
boolean |
render(InternalContextAdapter context,
java.io.Writer writer,
Node node) |
public ImportAttributeDirective()
public ImportAttributeDirective(ImportAttributeModel model)
model
- The used model.