org.apache.tiles.template
Class AddListAttributeModel

Package class diagram package AddListAttributeModel
java.lang.Object
  extended by org.apache.tiles.template.AddListAttributeModel

public class AddListAttributeModel
extends Object

Declare a list that will be pass as an attribute.

Declare a list that will be pass as an attribute . List elements are added using the tag 'addAttribute' or 'addListAttribute'. This tag can only be used inside 'insertTemplate', 'insertDefinition' or 'definition' tag.

Since:
2.2.0
Version:
$Rev: 1305937 $ $Date: 2012-03-27 14:15:15 -0400 (Tue, 27 Mar 2012) $

Constructor Summary
AddListAttributeModel()
           
 
Method Summary
 void execute(String role, org.apache.tiles.request.Request request, org.apache.tiles.autotag.core.runtime.ModelBody modelBody)
          Executes the model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddListAttributeModel

public AddListAttributeModel()
Method Detail

execute

public void execute(String role,
                    org.apache.tiles.request.Request request,
                    org.apache.tiles.autotag.core.runtime.ModelBody modelBody)
             throws IOException
Executes the model.

Parameters:
role - The comma-separated list of roles that can use the list attribute.
request - The request.
modelBody - The body.
Throws:
IOException - If the body cannot be evaluated.


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