public class DefaultAttributeResolver extends Object implements AttributeResolver
| Constructor and Description | 
|---|
| DefaultAttributeResolver() | 
| Modifier and Type | Method and Description | 
|---|---|
| Attribute | computeAttribute(TilesContainer container,
                Attribute attribute,
                String name,
                String role,
                boolean ignore,
                Object defaultValue,
                String defaultValueRole,
                String defaultValueType,
                Request request)Computes the attribute. | 
public Attribute computeAttribute(TilesContainer container, Attribute attribute, String name, String role, boolean ignore, Object defaultValue, String defaultValueRole, String defaultValueType, Request request)
computeAttribute in interface AttributeResolvercontainer - The Tiles container to use.attribute - The attribute to return immediately, if not null.name - The name of the attribute.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.ignore - If true if the computed attribute is null, this problem will be ignored.defaultValue - The default value of the attribute. To use only if the attribute was not computed.defaultValueRole - The default comma-separated list of roles. To use only if the attribute was not computed.defaultValueType - The default type of the attribute. To use only if the attribute was not computed.request - TODOCopyright © 2000–2025 Apache Software Foundation. All rights reserved.