A C D E F G I N O P S

A

AddAttributeModel - Class in org.apache.tiles.template
Add an element to the surrounding list.
AddAttributeModel() - Constructor for class org.apache.tiles.template.AddAttributeModel
 
AddListAttributeModel - Class in org.apache.tiles.template
Declare a list that will be pass as an attribute.
AddListAttributeModel() - Constructor for class org.apache.tiles.template.AddListAttributeModel
 
AttributeResolver - Interface in org.apache.tiles.template
Resolves an attribute, depending on the given parameters.

C

ComposeStackUtil - Class in org.apache.tiles.template
Utilities to work with compose stacks.
computeAttribute(TilesContainer, Attribute, String, String, boolean, Object, String, String, Object...) - Method in interface org.apache.tiles.template.AttributeResolver
Computes the attribute.
computeAttribute(TilesContainer, Attribute, String, String, boolean, Object, String, String, Object...) - Method in class org.apache.tiles.template.DefaultAttributeResolver
Computes the attribute.

D

DefaultAttributeResolver - Class in org.apache.tiles.template
The default implementation of AttributeResolver.
DefaultAttributeResolver() - Constructor for class org.apache.tiles.template.DefaultAttributeResolver
 
DefinitionModel - Class in org.apache.tiles.template
Create a definition at runtime.
DefinitionModel() - Constructor for class org.apache.tiles.template.DefinitionModel
 

E

end(ArrayStack<Object>, Object, String, String, String, String) - Method in class org.apache.tiles.template.AddAttributeModel
Ends the operation.
end(ArrayStack<Object>) - Method in class org.apache.tiles.template.AddListAttributeModel
Ends the operation.
end(MutableTilesContainer, ArrayStack<Object>, Object...) - Method in class org.apache.tiles.template.DefinitionModel
Ends the operation.
end(ArrayStack<Object>, TilesContainer, Writer, boolean, Object...) - Method in class org.apache.tiles.template.GetAsStringModel
Ends the operation.
end(ArrayStack<Object>, TilesContainer, boolean, Object...) - Method in class org.apache.tiles.template.InsertAttributeModel
Ends the operation.
end(TilesContainer, String, String, String, String, String, String, Object...) - Method in class org.apache.tiles.template.InsertDefinitionModel
Ends the operation.
end(TilesContainer, String, String, String, String, String, Object...) - Method in class org.apache.tiles.template.InsertTemplateModel
Ends the operation.
end(TilesContainer, ArrayStack<Object>, String, Object, String, String, String, String, boolean, Object...) - Method in class org.apache.tiles.template.PutAttributeModel
Ends the operation.
end(TilesContainer, ArrayStack<Object>, String, boolean, Object...) - Method in class org.apache.tiles.template.PutListAttributeModel
Ends the operation.
execute(ArrayStack<Object>, Object, String, String, String, String) - Method in class org.apache.tiles.template.AddAttributeModel
Executes the operation.
execute(MutableTilesContainer, ArrayStack<Object>, String, String, String, String, String, Object...) - Method in class org.apache.tiles.template.DefinitionModel
Executes the operation.
execute(TilesContainer, Writer, boolean, String, String, Object, String, String, String, Attribute, Object...) - Method in class org.apache.tiles.template.GetAsStringModel
Executes the operation.
execute(TilesContainer, boolean, String, String, Object, String, String, String, Attribute, Object...) - Method in class org.apache.tiles.template.InsertAttributeModel
Executes the operation.
execute(TilesContainer, String, String, String, String, String, String, Object...) - Method in class org.apache.tiles.template.InsertDefinitionModel
Executes the operation.
execute(TilesContainer, String, String, String, String, String, Object...) - Method in class org.apache.tiles.template.InsertTemplateModel
Executes the operation.
execute(TilesContainer, ArrayStack<Object>, String, Object, String, String, String, String, boolean, Object...) - Method in class org.apache.tiles.template.PutAttributeModel
Executes the operation.

F

findAncestorWithClass(ArrayStack<Object>, Class<?>) - Static method in class org.apache.tiles.template.ComposeStackUtil
Finds the first ancestor in the stack, that is assignable to the given class.

G

GetAsStringModel - Class in org.apache.tiles.template
Render the value of the specified template attribute to the current Writer Retrieve the value of the specified template attribute property, and render it to the current Writer as a String.
GetAsStringModel(AttributeResolver) - Constructor for class org.apache.tiles.template.GetAsStringModel
Constructor.
getImportedAttributes(TilesContainer, String, String, boolean, Object...) - Method in class org.apache.tiles.template.ImportAttributeModel
Retuns a Map that contains the attributes to be imported.

I

ImportAttributeModel - Class in org.apache.tiles.template
Import attribute(s) in specified context.
ImportAttributeModel() - Constructor for class org.apache.tiles.template.ImportAttributeModel
 
InsertAttributeModel - Class in org.apache.tiles.template
Inserts the value of an attribute into the page.
InsertAttributeModel(AttributeResolver) - Constructor for class org.apache.tiles.template.InsertAttributeModel
Constructor.
InsertDefinitionModel - Class in org.apache.tiles.template
Insert a definition.
InsertDefinitionModel() - Constructor for class org.apache.tiles.template.InsertDefinitionModel
 
InsertTemplateModel - Class in org.apache.tiles.template
Insert a template.
InsertTemplateModel() - Constructor for class org.apache.tiles.template.InsertTemplateModel
 

N

NoSuchAttributeException - Exception in org.apache.tiles.template
Indicates that a named attribute has not been found.
NoSuchAttributeException() - Constructor for exception org.apache.tiles.template.NoSuchAttributeException
Constructor.
NoSuchAttributeException(String) - Constructor for exception org.apache.tiles.template.NoSuchAttributeException
Constructor.
NoSuchAttributeException(Exception) - Constructor for exception org.apache.tiles.template.NoSuchAttributeException
Constructor.
NoSuchAttributeException(String, Exception) - Constructor for exception org.apache.tiles.template.NoSuchAttributeException
Constructor.

O

org.apache.tiles.template - package org.apache.tiles.template
Tiles template classes, that enable to write support code for template languages (JSP, FreeMarker, Velocity).

P

PutAttributeModel - Class in org.apache.tiles.template
Put an attribute in enclosing attribute container tag.
PutAttributeModel() - Constructor for class org.apache.tiles.template.PutAttributeModel
 
PutListAttributeModel - Class in org.apache.tiles.template
Declare a list that will be pass as attribute to tile.
PutListAttributeModel() - Constructor for class org.apache.tiles.template.PutListAttributeModel
 

S

start(ArrayStack<Object>) - Method in class org.apache.tiles.template.AddAttributeModel
Starts the operation..
start(ArrayStack<Object>, String) - Method in class org.apache.tiles.template.AddListAttributeModel
Starts the operation.
start(ArrayStack<Object>, String, String, String, String, String) - Method in class org.apache.tiles.template.DefinitionModel
Starts the operation.
start(ArrayStack<Object>, TilesContainer, boolean, String, String, Object, String, String, String, Attribute, Object...) - Method in class org.apache.tiles.template.GetAsStringModel
Starts the operation.
start(ArrayStack<Object>, TilesContainer, boolean, String, String, Object, String, String, String, Attribute, Object...) - Method in class org.apache.tiles.template.InsertAttributeModel
Starts the operation.
start(TilesContainer, Object...) - Method in class org.apache.tiles.template.InsertDefinitionModel
Starts the operation.
start(TilesContainer, Object...) - Method in class org.apache.tiles.template.InsertTemplateModel
Starts the operation.
start(ArrayStack<Object>) - Method in class org.apache.tiles.template.PutAttributeModel
Starts the operation.
start(ArrayStack<Object>, String, boolean) - Method in class org.apache.tiles.template.PutListAttributeModel
Starts the operation.

A C D E F G I N O P S

Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.