org.apache.tiles.servlet.context
Class ServletTilesContextFactory

java.lang.Object
  extended by org.apache.tiles.servlet.context.ServletTilesContextFactory
All Implemented Interfaces:
TilesContextFactory, TilesRequestContextFactory, Initializable

Deprecated.

@Deprecated
public class ServletTilesContextFactory
extends java.lang.Object
implements TilesContextFactory

Author:
PTRNTN77A26E506O

Constructor Summary
ServletTilesContextFactory()
          Deprecated. Do not use! No replacement.
 
Method Summary
 TilesApplicationContext createApplicationContext(java.lang.Object context)
          Deprecated. 
 TilesRequestContext createRequestContext(TilesApplicationContext context, java.lang.Object... requestItems)
          Deprecated. 
protected  javax.servlet.ServletContext getServletContext(TilesApplicationContext context)
          Deprecated. Use TilesApplicationContext.getContext().
 void init(java.util.Map<java.lang.String,java.lang.String> configParameters)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletTilesContextFactory

@Deprecated
public ServletTilesContextFactory()
Deprecated. Do not use! No replacement.

Constructor.

Method Detail

init

public void init(java.util.Map<java.lang.String,java.lang.String> configParameters)
Deprecated. 

Specified by:
init in interface Initializable

createApplicationContext

public TilesApplicationContext createApplicationContext(java.lang.Object context)
Deprecated. 

Specified by:
createApplicationContext in interface TilesContextFactory

createRequestContext

public TilesRequestContext createRequestContext(TilesApplicationContext context,
                                                java.lang.Object... requestItems)
Deprecated. 

Specified by:
createRequestContext in interface TilesRequestContextFactory

getServletContext

@Deprecated
protected javax.servlet.ServletContext getServletContext(TilesApplicationContext context)
Deprecated. Use TilesApplicationContext.getContext().

Returns the original servlet context.

Parameters:
context - The application context.
Returns:
The original servlet context, if found.


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