Package org.apache.tiles.servlet.context
Class ServletTilesContextFactory
- java.lang.Object
-
- org.apache.tiles.servlet.context.ServletTilesContextFactory
-
- All Implemented Interfaces:
org.apache.tiles.context.TilesContextFactory,org.apache.tiles.context.TilesRequestContextFactory,org.apache.tiles.Initializable
@Deprecated public class ServletTilesContextFactory extends Object implements org.apache.tiles.context.TilesContextFactory
Deprecated.- Author:
- PTRNTN77A26E506O
-
-
Constructor Summary
Constructors Constructor Description ServletTilesContextFactory()Deprecated.Do not use!
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.tiles.TilesApplicationContextcreateApplicationContext(Object context)Deprecated.org.apache.tiles.context.TilesRequestContextcreateRequestContext(org.apache.tiles.TilesApplicationContext context, Object... requestItems)Deprecated.protected javax.servlet.ServletContextgetServletContext(org.apache.tiles.TilesApplicationContext context)Deprecated.UseTilesApplicationContext.getContext().voidinit(Map<String,String> configParameters)Deprecated.
-
-
-
Constructor Detail
-
ServletTilesContextFactory
@Deprecated public ServletTilesContextFactory()
Deprecated.Do not use! No replacement.Constructor.
-
-
Method Detail
-
init
public void init(Map<String,String> configParameters)
Deprecated.- Specified by:
initin interfaceorg.apache.tiles.Initializable
-
createApplicationContext
public org.apache.tiles.TilesApplicationContext createApplicationContext(Object context)
Deprecated.- Specified by:
createApplicationContextin interfaceorg.apache.tiles.context.TilesContextFactory
-
createRequestContext
public org.apache.tiles.context.TilesRequestContext createRequestContext(org.apache.tiles.TilesApplicationContext context, Object... requestItems)Deprecated.- Specified by:
createRequestContextin interfaceorg.apache.tiles.context.TilesRequestContextFactory
-
getServletContext
@Deprecated protected javax.servlet.ServletContext getServletContext(org.apache.tiles.TilesApplicationContext context)
Deprecated.UseTilesApplicationContext.getContext().Returns the original servlet context.- Parameters:
context- The application context.- Returns:
- The original servlet context, if found.
-
-