public class ImportAttributeModel extends Object
Import attribute(s) in specified context.
Import attribute(s) to requested scope. Attribute name and scope are optional. If not specified, all attributes are imported in page scope. Once imported, an attribute can be used as any other beans from jsp contexts.
Constructor and Description |
---|
ImportAttributeModel() |
public void execute(String name, String scope, String toName, boolean ignore, org.apache.tiles.request.Request request)
name
- The name of the attribute to import. If it is
null
, all the attributes will be imported.scope
- The scope into which the attribute(s) will be imported. If
null
, the import will go in page scope.toName
- The name of the attribute into which the attribute will be
imported. To be used in conjunction to name
. If
null
, the value of name
will be used.ignore
- If true
, if the attribute is not present, the
problem will be ignored.request
- The request.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.