- getApplicationContext() - Method in interface org.apache.tiles.TilesContainer
-
Retrieve the containers context.
- getApplicationContext() - Method in class org.apache.tiles.TilesContainerWrapper
-
- getAttribute(String) - Method in interface org.apache.tiles.AttributeContext
-
Retrieve the named attribute, either cascaded or not.
- getAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
-
Retrieve the named attribute, either cascaded or not.
- getAttributeContext(Request) - Method in interface org.apache.tiles.TilesContainer
-
Retrive the attribute context of the current request.
- getAttributeContext(Request) - Method in class org.apache.tiles.TilesContainerWrapper
-
- getCascadedAttribute(String) - Method in interface org.apache.tiles.AttributeContext
-
Retrieve the attribute that has been cascaded at upper levels.
- getCascadedAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
-
Retrieve the attribute that has been cascaded at upper levels.
- getCascadedAttributeNames() - Method in interface org.apache.tiles.AttributeContext
-
Returns the names of the cascaded attributes.
- getCascadedAttributeNames() - Method in class org.apache.tiles.BasicAttributeContext
-
Returns the names of the cascaded attributes.
- getContainer(ApplicationContext) - Static method in class org.apache.tiles.access.TilesAccess
-
Returns default the container to be used in the application.
- getContainer(ApplicationContext, String) - Static method in class org.apache.tiles.access.TilesAccess
-
Returns the container to be used in the application registered under a specific key.
- getCurrentContainer(Request) - Static method in class org.apache.tiles.access.TilesAccess
-
Returns the current container that has been set, or the default one.
- getDefinition(String, Request) - Method in interface org.apache.tiles.TilesContainer
-
Returns a definition specifying its name.
- getDefinition(String, Request) - Method in class org.apache.tiles.TilesContainerWrapper
-
- getExpression() - Method in class org.apache.tiles.Expression
-
Returns the expression string.
- getExpressionObject() - Method in class org.apache.tiles.Attribute
-
Returns The expression to evaluate.
- getExtends() - Method in class org.apache.tiles.Definition
-
Get extends.
- getLanguage() - Method in class org.apache.tiles.Expression
-
Returns the language in which the expression is expressed.
- getLocalAttribute(String) - Method in interface org.apache.tiles.AttributeContext
-
Retrieve the attribute that has been defined in this context (i.e.
- getLocalAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
-
Retrieve the attribute that has been defined in this context (i.e.
- getLocalAttributeNames() - Method in interface org.apache.tiles.AttributeContext
-
Returns the names of the local attributes, i.e.
- getLocalAttributeNames() - Method in class org.apache.tiles.BasicAttributeContext
-
Returns the names of the local attributes, i.e.
- getName() - Method in class org.apache.tiles.Definition
-
Access method for the name property.
- getPreparer() - Method in interface org.apache.tiles.AttributeContext
-
Get associated preparer instance.
- getPreparer() - Method in class org.apache.tiles.BasicAttributeContext
-
Get associated preparer instance.
- getRenderer() - Method in class org.apache.tiles.Attribute
-
Returns the renderer name to use.
- getRole() - Method in class org.apache.tiles.Attribute
-
Get role.
- getRoles() - Method in class org.apache.tiles.Attribute
-
Returns the roles that can render this attribute.
- getTemplateAttribute() - Method in interface org.apache.tiles.AttributeContext
-
Returns the attribute that will be used to render a template.
- getTemplateAttribute() - Method in class org.apache.tiles.BasicAttributeContext
-
Returns the attribute that will be used to render a template.
- getValue() - Method in class org.apache.tiles.Attribute
-
Get value.
- getValue() - Method in class org.apache.tiles.ListAttribute
-
Returns the list of the attributes that are elements of this attribute.
- getWrappedContainer() - Method in class org.apache.tiles.TilesContainerWrapper
-
Returns the wrapped container.
- setContainer(ApplicationContext, TilesContainer) - Static method in class org.apache.tiles.access.TilesAccess
-
Configures the default container to be used in the application.
- setContainer(ApplicationContext, TilesContainer, String) - Static method in class org.apache.tiles.access.TilesAccess
-
Configures the container to be used in the application.
- setCurrentContainer(Request, String) - Static method in class org.apache.tiles.access.TilesAccess
-
Sets the current container to use in web pages.
- setCurrentContainer(Request, TilesContainer) - Static method in class org.apache.tiles.access.TilesAccess
-
Sets the current container to use in web pages.
- setExpressionObject(Expression) - Method in class org.apache.tiles.Attribute
-
Sets The expression to evaluate.
- setExtends(String) - Method in class org.apache.tiles.Definition
-
Set extends.
- setInherit(boolean) - Method in class org.apache.tiles.ListAttribute
-
If true, the attribute will put the elements of the attribute with the
same name of the parent definition before the ones specified here.
- setName(String) - Method in class org.apache.tiles.Definition
-
Sets the value of the name property.
- setPreparer(String) - Method in interface org.apache.tiles.AttributeContext
-
Set associated preparer instance.
- setPreparer(String) - Method in class org.apache.tiles.BasicAttributeContext
-
Set associated preparer instance.
- setRenderer(String) - Method in class org.apache.tiles.Attribute
-
Sets the renderer name to use.
- setRole(String) - Method in class org.apache.tiles.Attribute
-
Set role.
- setRoles(Set<String>) - Method in class org.apache.tiles.Attribute
-
Sets the roles that can render this attribute.
- setTemplateAttribute(Attribute) - Method in interface org.apache.tiles.AttributeContext
-
Sets the template attribute, that will be used to render the template
page.
- setTemplateAttribute(Attribute) - Method in class org.apache.tiles.BasicAttributeContext
-
Sets the template attribute, that will be used to render the template
page.
- setValue(Object) - Method in class org.apache.tiles.Attribute
-
Set value.
- setValue(List<Attribute>) - Method in class org.apache.tiles.ListAttribute
-
Sets the list of the attributes that are elements of this attribute.
- startContext(Request) - Method in interface org.apache.tiles.TilesContainer
-
- startContext(Request) - Method in class org.apache.tiles.TilesContainerWrapper
-