Deprecated API


Contents
Deprecated Classes
org.apache.tiles.jsp.taglib.ContainerTagSupport
          Use RenderTag. 
org.apache.tiles.jsp.context.JspTilesContextFactory
          Use JspTilesRequestContextFactory. 
org.apache.tiles.jsp.taglib.RenderTagSupport
          Use RenderTag. 
org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
          Use AddAttributeTag and PutAttributeTag directly. 
 

Deprecated Methods
org.apache.tiles.jsp.taglib.RenderTagSupport.execute()
          Use RenderTag.render(). 
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.RenderTagSupport.isAccessAllowed()
          Implement access allowance in your own tag. 
 

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-2009 Apache Software Foundation. All Rights Reserved.