Deprecated API


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

Deprecated Methods
org.apache.tiles.jsp.taglib.RenderTagSupport.execute()
          Use RenderTagSupport.render(). 
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.