| Package | Description |
|---|---|
| org.apache.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListAttribute
An attribute as a
List. |
| Modifier and Type | Field and Description |
|---|---|
protected Attribute |
BasicAttributeContext.templateAttribute
The template attribute, to render a template.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Attribute> |
BasicAttributeContext.attributes
Template attributes.
|
protected Map<String,Attribute> |
BasicAttributeContext.cascadedAttributes
Cascaded template attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.clone() |
static Attribute |
Attribute.createTemplateAttribute(String template)
Creates a template attribute, starting from the name of the template.
|
static Attribute |
Attribute.createTemplateAttribute(String template,
String templateExpression,
String templateType,
String role)
Creates a template attribute, starting from the name of the template.
|
static Attribute |
Attribute.createTemplateAttributeWithExpression(String templateExpression)
Creates a template attribute, starting from the expression to evaluate to
obtain the template.
|
Attribute |
BasicAttributeContext.getAttribute(String name)
Retrieve the named attribute, either cascaded or not.
|
Attribute |
AttributeContext.getAttribute(String name)
Retrieve the named attribute, either cascaded or not.
|
Attribute |
BasicAttributeContext.getCascadedAttribute(String name)
Retrieve the attribute that has been cascaded at upper levels.
|
Attribute |
AttributeContext.getCascadedAttribute(String name)
Retrieve the attribute that has been cascaded at upper levels.
|
Attribute |
BasicAttributeContext.getLocalAttribute(String name)
Retrieve the attribute that has been defined in this context (i.e.
|
Attribute |
AttributeContext.getLocalAttribute(String name)
Retrieve the attribute that has been defined in this context (i.e.
|
Attribute |
BasicAttributeContext.getTemplateAttribute()
Returns the attribute that will be used to render a template.
|
Attribute |
AttributeContext.getTemplateAttribute()
Returns the attribute that will be used to render a template.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
ListAttribute.getValue()
Returns the list of the attributes that are elements of this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttribute.add(Attribute element)
Add an element in list.
|
Object |
TilesContainerWrapper.evaluate(Attribute attribute,
org.apache.tiles.request.Request request) |
Object |
TilesContainer.evaluate(Attribute attribute,
org.apache.tiles.request.Request request)
Evaluates the given attribute.
|
void |
Attribute.inherit(Attribute attribute)
Inherits an attribute, i.e.
|
void |
BasicAttributeContext.putAttribute(String name,
Attribute value)
Add the specified attribute.
|
void |
AttributeContext.putAttribute(String name,
Attribute value)
Add the specified attribute.
|
void |
BasicAttributeContext.putAttribute(String name,
Attribute value,
boolean cascade)
Add the specified attribute.
|
void |
AttributeContext.putAttribute(String name,
Attribute value,
boolean cascade)
Add the specified attribute.
|
void |
TilesContainerWrapper.render(Attribute attribute,
org.apache.tiles.request.Request request) |
void |
TilesContainer.render(Attribute attribute,
org.apache.tiles.request.Request request)
Render the given Attribute.
|
void |
BasicAttributeContext.setTemplateAttribute(Attribute templateAttribute)
Sets the template attribute, that will be used to render the template
page.
|
void |
AttributeContext.setTemplateAttribute(Attribute templateAttribute)
Sets the template attribute, that will be used to render the template
page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicAttributeContext.addAll(Map<String,Attribute> newAttributes)
Add all attributes to this context.
|
void |
AttributeContext.addAll(Map<String,Attribute> newAttributes)
Add all attributes to the context.
|
void |
BasicAttributeContext.addMissing(Map<String,Attribute> defaultAttributes)
Add all missing attributes to this context.
|
void |
AttributeContext.addMissing(Map<String,Attribute> defaultAttributes)
Add all attributes to the context.
|
void |
ListAttribute.setValue(List<Attribute> attributes)
Sets the list of the attributes that are elements of this attribute.
|
| Constructor and Description |
|---|
Attribute(Attribute attribute)
Copy constructor.
|
Definition(String name,
Attribute templateAttribute,
Map<String,Attribute> attributes)
Constructor.
|
| Constructor and Description |
|---|
BasicAttributeContext(Map<String,Attribute> attributes)
Constructor.
|
Definition(String name,
Attribute templateAttribute,
Map<String,Attribute> attributes)
Constructor.
|
ListAttribute(List<Attribute> value)
Constructor.
|
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.