Deprecated API


Contents
Deprecated Classes
org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
          Create an instance of PortletTilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
 
org.apache.tiles.portlet.context.PortletTilesContextFactory
          Use PortletTilesApplicationContextFactory or PortletTilesRequestContextFactory. 
 

Deprecated Methods
org.apache.tiles.portlet.context.PortletTilesApplicationContext.createRequestContext(Object, Object)
          Use TilesRequestContextFactory.createRequestContext(TilesApplicationContext, Object...) . 
org.apache.tiles.portlet.context.PortletTilesContextFactory.getPortletContext(TilesApplicationContext)
          Use getPortletContext(TilesApplicationContext) . 
 

Deprecated Constructors
org.apache.tiles.portlet.context.PortletTilesRequestContext(PortletContext, PortletRequest, PortletResponse)
          Use PortletTilesRequestContext.PortletTilesRequestContext(TilesApplicationContext, PortletContext, PortletRequest, PortletResponse) . 
 



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