|
Deprecated Methods |
org.apache.tiles.Definition.addAttribute(Attribute)
Use BasicAttributeContext.putAttribute(String, Attribute). |
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.Attribute.getName()
Use the getName methods in object that contain
attributes. |
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.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.Attribute.setName(String)
Use the setName methods in object that contain
attributes. |
org.apache.tiles.Attribute.setType(Attribute.AttributeType)
Use Attribute#setRenderer(String)). |