|
Deprecated Methods |
org.apache.tiles.Definition.addAttribute(Attribute)
Use BasicAttributeContext.putAttribute(String, Attribute). |
org.apache.tiles.access.TilesAccess.getApplicationContext(Object)
Use one of the environment-specific Utilities (e.g.
ServletUtil). |
org.apache.tiles.AttributeContext.getAttributeNames()
Use AttributeContext.getLocalAttributeNames() or
AttributeContext.getCascadedAttributeNames(). |
org.apache.tiles.Definition.getAttributes()
Use AttributeContext.getLocalAttributeNames() and
AttributeContext.getCascadedAttributeNames(). |
org.apache.tiles.access.TilesAccess.getContainer(Object)
Use one of the environment-specific Utilities (e.g.
ServletUtil). |
org.apache.tiles.Attribute.getExpression()
Use Attribute.getExpressionObject(). |
org.apache.tiles.Attribute.getName()
Use the getName methods in object that contain
attributes. |
org.apache.tiles.Definition.getRole()
Use BasicAttributeContext.getTemplateAttribute(). |
org.apache.tiles.Definition.getTemplate()
Use BasicAttributeContext.getTemplateAttribute(). |
org.apache.tiles.Attribute.getType()
Use Attribute.getRenderer(). |
org.apache.tiles.Definition.hasAttributeValue(String)
Check if the AttributeContext.getAttribute(String)
returns null. |
org.apache.tiles.Initializable.init(Map)
Do not use. |
org.apache.tiles.Definition.put(String, Object)
Use AttributeContext.putAttribute(String, Attribute)
or AttributeContext.putAttribute(String, Attribute, boolean). |
org.apache.tiles.Definition.put(String, Object, Attribute.AttributeType, String)
Use AttributeContext.putAttribute(String, Attribute)
or AttributeContext.putAttribute(String, Attribute, boolean). |
org.apache.tiles.Definition.put(String, Object, String)
Use AttributeContext.putAttribute(String, Attribute)
or AttributeContext.putAttribute(String, Attribute, boolean). |
org.apache.tiles.TilesContainer.render(Attribute, Writer, Object...)
Use TilesContainer.render(Attribute, Object...). |
org.apache.tiles.access.TilesAccess.setContainer(Object, TilesContainer)
Use TilesAccess.setContainer(TilesApplicationContext, TilesContainer). |
org.apache.tiles.Attribute.setExpression(String)
Use Attribute.setExpressionObject(Expression). |
org.apache.tiles.Attribute.setName(String)
Use the setName methods in object that contain
attributes. |
org.apache.tiles.Definition.setRole(String)
Use BasicAttributeContext.getTemplateAttribute(). |
org.apache.tiles.Definition.setTemplate(String)
Use BasicAttributeContext.getTemplateAttribute(). |
org.apache.tiles.Attribute.setType(Attribute.AttributeType)
Use Attribute.setRenderer(String). |