Deprecated API


Contents
Deprecated Interfaces
org.apache.tiles.Initializable
          Parameter-based initialization feature is deprecated and no longer supported. 
 

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

Deprecated Fields
org.apache.tiles.Attribute.expression
          Use Attribute.expressionObject. 
 

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

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



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