public class AddAttributeModel extends Object
Add an element to the surrounding list. Equivalent to 'putAttribute', but for list element.
Add an element to the surrounding list. This tag can only be used inside 'putListAttribute' or 'addListAttribute' tags. Value can come from a direct assignment (value="aValue")
Constructor and Description |
---|
AddAttributeModel() |
public void execute(Object value, String expression, String role, String type, org.apache.tiles.request.Request request, org.apache.tiles.autotag.core.runtime.ModelBody modelBody) throws IOException
value
- The value of the attribute. Use this parameter, or
expression, or body.expression
- The expression to calculate the value from. Use this
parameter, or value, or body.role
- A comma-separated list of roles. If present, the attribute
will be rendered only if the current user belongs to one of the roles.type
- The type (renderer) of the attribute.request
- The request.modelBody
- The body.IOException
- If the body cannot be correctly evaluated.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.