This project has retired. For details please refer to its Attic page.
PortletTilesApplicationContextFactory (Tiles 2 2.1.4 API)

org.apache.tiles.portlet.context
Class PortletTilesApplicationContextFactory

Package class diagram package PortletTilesApplicationContextFactory
java.lang.Object
  extended by org.apache.tiles.context.AbstractTilesApplicationContextFactory
      extended by org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
Direct Known Subclasses:
WildcardPortletTilesApplicationContextFactory

public class PortletTilesApplicationContextFactory
extends AbstractTilesApplicationContextFactory

Creates an instance of the appropriate TilesApplicationContext implementation under a portlet environment.

Since:
2.1.1
Version:
$Rev: 722062 $ $Date: 2008-12-01 14:09:09 +0100 (lun, 01 dic 2008) $

Field Summary
 
Fields inherited from class org.apache.tiles.context.AbstractTilesApplicationContextFactory
APPLICATION_CONTEXT_FACTORY_INIT_PARAM
 
Constructor Summary
PortletTilesApplicationContextFactory()
           
 
Method Summary
 TilesApplicationContext createApplicationContext(Object context)
          Create a TilesApplicationContext for the given context.
 void init(Map<String,String> configParameters)
          
 
Methods inherited from class org.apache.tiles.context.AbstractTilesApplicationContextFactory
createFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletTilesApplicationContextFactory

public PortletTilesApplicationContextFactory()
Method Detail

init

public void init(Map<String,String> configParameters)


createApplicationContext

public TilesApplicationContext createApplicationContext(Object context)
Create a TilesApplicationContext for the given context.

Specified by:
createApplicationContext in class AbstractTilesApplicationContextFactory
Parameters:
context - The (application) context to use.
Returns:
TilesApplicationContext The Tiles application context.


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