org.apache.tiles.jsp.context
Class JspTilesContextFactory

Package class diagram package JspTilesContextFactory
java.lang.Object
  extended by org.apache.tiles.servlet.context.ServletTilesContextFactory
      extended by org.apache.tiles.jsp.context.JspTilesContextFactory
All Implemented Interfaces:
org.apache.tiles.context.TilesContextFactory, org.apache.tiles.context.TilesRequestContextFactory, org.apache.tiles.Initializable

Deprecated. Use JspTilesRequestContextFactory.

public class JspTilesContextFactory
extends org.apache.tiles.servlet.context.ServletTilesContextFactory

Creates an instance of the appropriate TilesApplicationContext implementation.


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

Constructor Detail

JspTilesContextFactory

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

Constructor.

Method Detail

createRequestContext

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

Specified by:
createRequestContext in interface org.apache.tiles.context.TilesRequestContextFactory
Overrides:
createRequestContext in class org.apache.tiles.servlet.context.ServletTilesContextFactory

getServletContext

protected javax.servlet.ServletContext getServletContext(org.apache.tiles.TilesApplicationContext context)
Deprecated. Use TilesApplicationContext.getContext().

Returns the original servlet context.

Overrides:
getServletContext in class org.apache.tiles.servlet.context.ServletTilesContextFactory
Parameters:
context - The application context.
Returns:
The original servlet context, if found.