org.thymeleaf.extras.tiles2.context
Class ThymeleafTilesRequestContextFactory

Object
  extended by org.thymeleaf.extras.tiles2.context.ThymeleafTilesRequestContextFactory
All Implemented Interfaces:
org.apache.tiles.awareness.TilesRequestContextFactoryAware, org.apache.tiles.context.TilesRequestContextFactory, org.apache.tiles.Initializable

public class ThymeleafTilesRequestContextFactory
extends Object
implements org.apache.tiles.context.TilesRequestContextFactory, org.apache.tiles.awareness.TilesRequestContextFactoryAware

Author:
Daniel Fernández

Constructor Summary
ThymeleafTilesRequestContextFactory()
           
 
Method Summary
 org.apache.tiles.context.TilesRequestContext createRequestContext(org.apache.tiles.TilesApplicationContext tilesApplicationContext, Object... requestItems)
           
 void init(Map<String,String> configurationParameters)
          Deprecated. 
 void setRequestContextFactory(org.apache.tiles.context.TilesRequestContextFactory contextFactory)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThymeleafTilesRequestContextFactory

public ThymeleafTilesRequestContextFactory()
Method Detail

createRequestContext

public org.apache.tiles.context.TilesRequestContext createRequestContext(org.apache.tiles.TilesApplicationContext tilesApplicationContext,
                                                                         Object... requestItems)
Specified by:
createRequestContext in interface org.apache.tiles.context.TilesRequestContextFactory

init

@Deprecated
public void init(Map<String,String> configurationParameters)
Deprecated. 

Specified by:
init in interface org.apache.tiles.Initializable

setRequestContextFactory

public void setRequestContextFactory(org.apache.tiles.context.TilesRequestContextFactory contextFactory)
Specified by:
setRequestContextFactory in interface org.apache.tiles.awareness.TilesRequestContextFactoryAware


Copyright © 2014 The THYMELEAF team. All rights reserved.