Deprecated API


Contents
Deprecated Methods
org.apache.tiles.Definition.addAttribute(Attribute)
          Use Definition.putAttribute(String, Attribute). 
org.apache.tiles.context.BasicAttributeContext.getContext(TilesRequestContext)
          Use TilesContainer#getAttributeContext(Object...). 
org.apache.tiles.context.BasicAttributeContext.getContextStack(TilesRequestContext)
          Use TilesContainer#getAttributeContext(Object...), TilesContainer#startContext(Object...) or TilesContainer#endContext(Object...). 
org.apache.tiles.Attribute.getName()
          Use the getName methods in object that contain attributes. 
org.apache.tiles.context.BasicAttributeContext.popContext(TilesRequestContext)
          Use TilesContainer#endContext(Object...). 
org.apache.tiles.context.BasicAttributeContext.pushContext(AttributeContext, TilesRequestContext)
          Use TilesContainer#startContext(Object...). 
org.apache.tiles.Attribute.setName(String)
          Use the setName methods in object that contain attributes. 
 



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