This project has retired. For details please refer to its Attic page.
ImportAttributeDirective (Tiles 2 2.2.2 API)

org.apache.tiles.velocity.template
Class ImportAttributeDirective

Package class diagram package ImportAttributeDirective
java.lang.Object
  extended by org.apache.velocity.runtime.directive.Directive
      extended by org.apache.tiles.velocity.template.ImportAttributeDirective
All Implemented Interfaces:
Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants

public class ImportAttributeDirective
extends org.apache.velocity.runtime.directive.Directive

Wraps ImportAttributeModel to be used in Velocity. For the list of parameters, see ImportAttributeModel.getImportedAttributes(org.apache.tiles.TilesContainer, String, String, boolean, Object...).

Since:
2.2.2
Version:
$Rev: 902403 $ $Date: 2010-01-23 14:31:17 +0100 (sab, 23 gen 2010) $

Field Summary
 
Fields inherited from class org.apache.velocity.runtime.directive.Directive
rsvc
 
Fields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants
BLOCK, LINE
 
Constructor Summary
ImportAttributeDirective()
          Default constructor.
ImportAttributeDirective(ImportAttributeModel model)
          Constructor.
 
Method Summary
 String getName()
          
 int getType()
          
 boolean render(org.apache.velocity.context.InternalContextAdapter context, Writer writer, org.apache.velocity.runtime.parser.node.Node node)
          
 
Methods inherited from class org.apache.velocity.runtime.directive.Directive
getColumn, getLine, getTemplateName, init, setLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportAttributeDirective

public ImportAttributeDirective()
Default constructor.

Since:
2.2.2

ImportAttributeDirective

public ImportAttributeDirective(ImportAttributeModel model)
Constructor.

Parameters:
model - The used model.
Since:
2.2.2
Method Detail

getName

public String getName()

Specified by:
getName in class org.apache.velocity.runtime.directive.Directive

getType

public int getType()

Specified by:
getType in class org.apache.velocity.runtime.directive.Directive

render

public boolean render(org.apache.velocity.context.InternalContextAdapter context,
                      Writer writer,
                      org.apache.velocity.runtime.parser.node.Node node)

Specified by:
render in class org.apache.velocity.runtime.directive.Directive


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.