Uses of Class
org.apache.tiles.Attribute
Packages that use Attribute
Package
Description
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
Interfaces to manage attribute value evaluation.
It contains the basic implementations of Tiles container.
The "tiles-jsp" tag library contains tags that are useful to create
templates, subpages other reusable view parts using the "tiles-core"
package.
Tiles template classes, that enable to write support code for template languages (JSP, FreeMarker, Velocity).
Classes that allow the use of "Tiles template" as a Velocity tool.
-
Uses of Attribute in org.apache.tiles
Subclasses of Attribute in org.apache.tilesFields in org.apache.tiles declared as AttributeModifier and TypeFieldDescriptionprotected AttributeBasicAttributeContext.templateAttributeThe template attribute, to render a template.Fields in org.apache.tiles with type parameters of type AttributeModifier and TypeFieldDescriptionBasicAttributeContext.attributesTemplate attributes.BasicAttributeContext.cascadedAttributesCascaded template attributes.Methods in org.apache.tiles that return AttributeModifier and TypeMethodDescriptionAttribute.clone()static AttributeAttribute.createTemplateAttribute(String template) Creates a template attribute, starting from the name of the template.static AttributeAttribute.createTemplateAttribute(String template, String templateExpression, String templateType, String role) Creates a template attribute, starting from the name of the template.static AttributeAttribute.createTemplateAttributeWithExpression(String templateExpression) Creates a template attribute, starting from the expression to evaluate to obtain the template.AttributeContext.getAttribute(String name) Retrieve the named attribute, either cascaded or not.BasicAttributeContext.getAttribute(String name) Retrieve the named attribute, either cascaded or not.AttributeContext.getCascadedAttribute(String name) Retrieve the attribute that has been cascaded at upper levels.BasicAttributeContext.getCascadedAttribute(String name) Retrieve the attribute that has been cascaded at upper levels.AttributeContext.getLocalAttribute(String name) Retrieve the attribute that has been defined in this context (i.e.BasicAttributeContext.getLocalAttribute(String name) Retrieve the attribute that has been defined in this context (i.e.AttributeContext.getTemplateAttribute()Returns the attribute that will be used to render a template.BasicAttributeContext.getTemplateAttribute()Returns the attribute that will be used to render a template.Methods in org.apache.tiles that return types with arguments of type AttributeModifier and TypeMethodDescriptionListAttribute.getValue()Returns the list of the attributes that are elements of this attribute.Methods in org.apache.tiles with parameters of type AttributeModifier and TypeMethodDescriptionvoidAdd an element in list.Evaluates the given attribute.voidInherits an attribute, i.e.voidAttributeContext.putAttribute(String name, Attribute value) Add the specified attribute.voidAttributeContext.putAttribute(String name, Attribute value, boolean cascade) Add the specified attribute.voidBasicAttributeContext.putAttribute(String name, Attribute value) Add the specified attribute.voidBasicAttributeContext.putAttribute(String name, Attribute value, boolean cascade) Add the specified attribute.voidRender the given Attribute.voidvoidAttributeContext.setTemplateAttribute(Attribute templateAttribute) Sets the template attribute, that will be used to render the template page.voidBasicAttributeContext.setTemplateAttribute(Attribute templateAttribute) Sets the template attribute, that will be used to render the template page.Method parameters in org.apache.tiles with type arguments of type AttributeModifier and TypeMethodDescriptionvoidAdd all attributes to the context.voidAdd all attributes to this context.voidAttributeContext.addMissing(Map<String, Attribute> defaultAttributes) Add all attributes to the context.voidBasicAttributeContext.addMissing(Map<String, Attribute> defaultAttributes) Add all missing attributes to this context.voidSets the list of the attributes that are elements of this attribute.Constructors in org.apache.tiles with parameters of type AttributeModifierConstructorDescriptionCopy constructor.Constructor.Constructor parameters in org.apache.tiles with type arguments of type AttributeModifierConstructorDescriptionBasicAttributeContext(Map<String, Attribute> attributes) Constructor.Constructor.ListAttribute(List<Attribute> value) Constructor. -
Uses of Attribute in org.apache.tiles.evaluator
Methods in org.apache.tiles.evaluator with parameters of type AttributeModifier and TypeMethodDescriptionEvaluates an attribute value.Evaluates an attribute value.AttributeEvaluatorFactory.getAttributeEvaluator(Attribute attribute) Creates and attribute evaluator using an attribute.BasicAttributeEvaluatorFactory.getAttributeEvaluator(Attribute attribute) Creates and attribute evaluator using an attribute. -
Uses of Attribute in org.apache.tiles.impl
Methods in org.apache.tiles.impl with parameters of type Attribute -
Uses of Attribute in org.apache.tiles.jsp.taglib
Methods in org.apache.tiles.jsp.taglib that return AttributeModifier and TypeMethodDescriptionGetAsStringTag.getValue()Getter for value property.InsertAttributeTag.getValue()Getter for value property.Methods in org.apache.tiles.jsp.taglib with parameters of type Attribute -
Uses of Attribute in org.apache.tiles.template
Methods in org.apache.tiles.template that return AttributeModifier and TypeMethodDescriptionAttributeResolver.computeAttribute(TilesContainer container, Attribute attribute, String name, String role, boolean ignore, Object defaultValue, String defaultValueRole, String defaultValueType, org.apache.tiles.request.Request request) Computes the attribute.DefaultAttributeResolver.computeAttribute(TilesContainer container, Attribute attribute, String name, String role, boolean ignore, Object defaultValue, String defaultValueRole, String defaultValueType, org.apache.tiles.request.Request request) Computes the attribute.Methods in org.apache.tiles.template with parameters of type AttributeModifier and TypeMethodDescriptionAttributeResolver.computeAttribute(TilesContainer container, Attribute attribute, String name, String role, boolean ignore, Object defaultValue, String defaultValueRole, String defaultValueType, org.apache.tiles.request.Request request) Computes the attribute.DefaultAttributeResolver.computeAttribute(TilesContainer container, Attribute attribute, String name, String role, boolean ignore, Object defaultValue, String defaultValueRole, String defaultValueType, org.apache.tiles.request.Request request) Computes the attribute.voidGetAsStringModel.execute(boolean ignore, String preparer, String role, Object defaultValue, String defaultValueRole, String defaultValueType, String name, Attribute value, org.apache.tiles.request.Request request, org.apache.tiles.autotag.core.runtime.ModelBody modelBody) Executes the operation.voidInsertAttributeModel.execute(boolean ignore, String preparer, String role, Object defaultValue, String defaultValueRole, String defaultValueType, String name, Attribute value, boolean flush, org.apache.tiles.request.Request request, org.apache.tiles.autotag.core.runtime.ModelBody modelBody) Executes the operation. -
Uses of Attribute in org.apache.tiles.velocity.template
Methods in org.apache.tiles.velocity.template that return AttributeModifier and TypeMethodDescriptionCreates an attribute that is a copy of the one passed as a parameter.VelocityStyleTilesTool.createAttribute()Creates a new empty attribute.VelocityStyleTilesTool.createTemplateAttribute(String template) Creates an attribute that represents a template.Returns an attribute.Methods in org.apache.tiles.velocity.template with parameters of type Attribute