|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attribute | |
|---|---|
| org.apache.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles. |
| Uses of Attribute in org.apache.tiles |
|---|
| Subclasses of Attribute in org.apache.tiles | |
|---|---|
class |
ListAttribute
An attribute as a List. |
| Fields in org.apache.tiles declared as Attribute | |
|---|---|
protected Attribute |
BasicAttributeContext.templateAttribute
The template attribute, to render a template. |
| Fields in org.apache.tiles with type parameters of type Attribute | |
|---|---|
protected java.util.Map<java.lang.String,Attribute> |
BasicAttributeContext.attributes
Template attributes. |
protected java.util.Map<java.lang.String,Attribute> |
BasicAttributeContext.cascadedAttributes
Cascaded template attributes. |
| Methods in org.apache.tiles that return Attribute | |
|---|---|
Attribute |
Attribute.clone()
|
static Attribute |
Attribute.createTemplateAttribute(java.lang.String template)
Creates a template attribute, starting from the name of the template. |
static Attribute |
Attribute.createTemplateAttribute(java.lang.String template,
java.lang.String templateExpression,
java.lang.String templateType,
java.lang.String role)
Creates a template attribute, starting from the name of the template. |
static Attribute |
Attribute.createTemplateAttributeWithExpression(java.lang.String templateExpression)
Creates a template attribute, starting from the expression to evaluate to obtain the template. |
Attribute |
BasicAttributeContext.getAttribute(java.lang.String name)
Retrieve the named attribute, either cascaded or not. |
Attribute |
AttributeContext.getAttribute(java.lang.String name)
Retrieve the named attribute, either cascaded or not. |
Attribute |
BasicAttributeContext.getCascadedAttribute(java.lang.String name)
Retrieve the attribute that has been cascaded at upper levels. |
Attribute |
AttributeContext.getCascadedAttribute(java.lang.String name)
Retrieve the attribute that has been cascaded at upper levels. |
Attribute |
BasicAttributeContext.getLocalAttribute(java.lang.String name)
Retrieve the attribute that has been defined in this context (i.e. not cascaded). |
Attribute |
AttributeContext.getLocalAttribute(java.lang.String name)
Retrieve the attribute that has been defined in this context (i.e. not cascaded). |
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. |
| Methods in org.apache.tiles that return types with arguments of type Attribute | |
|---|---|
java.util.Map<java.lang.String,Attribute> |
Definition.getAttributes()
Deprecated. Use AttributeContext.getLocalAttributeNames() and
AttributeContext.getCascadedAttributeNames(). |
| Methods in org.apache.tiles with parameters of type Attribute | |
|---|---|
void |
ListAttribute.add(Attribute element)
Add an element in list. |
void |
Definition.addAttribute(Attribute attribute)
Deprecated. Use BasicAttributeContext.putAttribute(String, Attribute). |
java.lang.Object |
TilesContainer.evaluate(Attribute attribute,
java.lang.Object... requestItems)
Evaluates the given attribute. |
void |
Attribute.inherit(Attribute attribute)
Inherits an attribute, i.e. overwrites null properties with the ones provided by the attribute. |
void |
BasicAttributeContext.putAttribute(java.lang.String name,
Attribute value)
Add the specified attribute. |
void |
AttributeContext.putAttribute(java.lang.String name,
Attribute value)
Add the specified attribute. |
void |
BasicAttributeContext.putAttribute(java.lang.String name,
Attribute value,
boolean cascade)
Add the specified attribute. |
void |
AttributeContext.putAttribute(java.lang.String name,
Attribute value,
boolean cascade)
Add the specified attribute. |
void |
TilesContainer.render(Attribute attribute,
java.lang.Object... requestItems)
Render the given Attribute. |
void |
TilesContainer.render(Attribute attribute,
java.io.Writer writer,
java.lang.Object... requestItems)
Deprecated. Use TilesContainer.render(Attribute, Object...). |
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. |
| Method parameters in org.apache.tiles with type arguments of type Attribute | |
|---|---|
void |
BasicAttributeContext.addAll(java.util.Map<java.lang.String,Attribute> newAttributes)
Add all attributes to this context. |
void |
AttributeContext.addAll(java.util.Map<java.lang.String,Attribute> newAttributes)
Add all attributes to the context. |
void |
BasicAttributeContext.addMissing(java.util.Map<java.lang.String,Attribute> defaultAttributes)
Add all missing attributes to this context. |
void |
AttributeContext.addMissing(java.util.Map<java.lang.String,Attribute> defaultAttributes)
Add all attributes to the context. |
| Constructors in org.apache.tiles with parameters of type Attribute | |
|---|---|
Attribute(Attribute attribute)
Copy constructor. |
|
Definition(java.lang.String name,
Attribute templateAttribute,
java.util.Map<java.lang.String,Attribute> attributes)
Constructor. |
|
| Constructor parameters in org.apache.tiles with type arguments of type Attribute | |
|---|---|
BasicAttributeContext(java.util.Map<java.lang.String,Attribute> attributes)
Constructor. |
|
Definition(java.lang.String name,
Attribute templateAttribute,
java.util.Map<java.lang.String,Attribute> attributes)
Constructor. |
|
Definition(java.lang.String name,
java.lang.String template,
java.util.Map<java.lang.String,Attribute> attributes)
Deprecated. Use Definition.Definition(String, Attribute, Map). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||