Deprecated API


Contents
Deprecated Enums
org.apache.tiles.Attribute.AttributeType
          Use Attribute.setRenderer(String) and Attribute.getRenderer(). 
 

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.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.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.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)). 
 

Deprecated Constructors
org.apache.tiles.Attribute(Object, String, Attribute.AttributeType)
          Use Attribute.Attribute(Object, String, String, String). 
org.apache.tiles.Attribute(String, Object, String, Attribute.AttributeType)
          Use Attribute#Attribute(Object, String, String))). 
org.apache.tiles.Definition(String, String, Map)
          Use Definition.Definition(String, Attribute, Map).