Deprecated API


Contents
Deprecated Classes
org.apache.tiles.jsp.taglib.definition.InitContainerTag
          Don't use it, to initialize Tiles use TilesInitializer and the various ways to initialize Tiles, like TilesServlet. 
org.apache.tiles.jsp.context.JspTilesContextFactory
          Use JspTilesRequestContextFactory. 
org.apache.tiles.jsp.taglib.TilesBodyTag
          Since simple style of tags is used, this class is useless. 
 

Deprecated Methods
org.apache.tiles.jsp.context.JspTilesRequestContext.getResponse()
          Use JspTilesRequestContext.getPageContext() or JspTilesRequestContext.getPrintWriter(). 
org.apache.tiles.jsp.context.JspTilesContextFactory.getServletContext(TilesApplicationContext)
          Use TilesApplicationContext.getContext(). 
org.apache.tiles.jsp.taglib.AddAttributeTag.getType()
          Do not use, ignored. 
org.apache.tiles.jsp.taglib.PutListAttributeTag.getType()
          Do not use, ignored. 
org.apache.tiles.jsp.taglib.AddAttributeTag.setType(String)
          Do not use, ignored. 
org.apache.tiles.jsp.taglib.PutListAttributeTag.setType(String)
          Do not use, ignored. 
 

Deprecated Constructors
org.apache.tiles.jsp.context.JspTilesContextFactory()
          Do not use! No replacement. 
org.apache.tiles.jsp.context.JspTilesRequestContext(ServletContext, PageContext)
          Use JspTilesRequestContext.JspTilesRequestContext(TilesRequestContext, PageContext). 
 



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