org.apache.tiles.impl.mgmt
Class CachingTilesContainer

Package class diagram package CachingTilesContainer
java.lang.Object
  extended by org.apache.tiles.impl.BasicTilesContainer
      extended by org.apache.tiles.impl.mgmt.CachingTilesContainer
All Implemented Interfaces:
org.apache.tiles.mgmt.MutableTilesContainer, org.apache.tiles.TilesContainer

public class CachingTilesContainer
extends BasicTilesContainer
implements org.apache.tiles.mgmt.MutableTilesContainer

Mutable container which caches (in memory) the definitions registered to it. If a definition is not found in cache, it will revert back to it's definitions factory.

Since:
Tiles 2.0

Field Summary
 
Fields inherited from class org.apache.tiles.impl.BasicTilesContainer
DEFINITIONS_CONFIG
 
Constructor Summary
CachingTilesContainer()
           
 
Method Summary
protected  ComponentDefinition getDefinition(java.lang.String definition, TilesRequestContext context)
           
 DefinitionsFactory getDefinitionsFactory()
          Standard Getter
 void register(org.apache.tiles.mgmt.TileDefinition definition)
           
 void setDefinitionsFactory(DefinitionsFactory definitionsFactory)
          Set the definitions factory.
 
Methods inherited from class org.apache.tiles.impl.BasicTilesContainer
checkInit, endContext, endContext, getApplicationContext, getComponentContext, getComponentContext, getContextFactory, getPreparerFactory, getResourceNames, getResourceString, getResourceString, init, initializeDefinitionsFactory, isValidDefinition, isValidDefinition, prepare, prepare, render, render, render, setApplicationContext, setContextFactory, setPreparerFactory, startContext, startContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.tiles.TilesContainer
endContext, endContext, getApplicationContext, getComponentContext, getComponentContext, init, isValidDefinition, isValidDefinition, prepare, prepare, render, render, render, startContext, startContext
 

Constructor Detail

CachingTilesContainer

public CachingTilesContainer()
Method Detail

register

public void register(org.apache.tiles.mgmt.TileDefinition definition)
              throws org.apache.tiles.TilesException
Specified by:
register in interface org.apache.tiles.mgmt.MutableTilesContainer
Throws:
org.apache.tiles.TilesException

getDefinition

protected ComponentDefinition getDefinition(java.lang.String definition,
                                            TilesRequestContext context)
                                     throws DefinitionsFactoryException
Overrides:
getDefinition in class BasicTilesContainer
Throws:
DefinitionsFactoryException

getDefinitionsFactory

public DefinitionsFactory getDefinitionsFactory()
Description copied from class: BasicTilesContainer
Standard Getter

Overrides:
getDefinitionsFactory in class BasicTilesContainer
Returns:
the definitions factory used by this container.

setDefinitionsFactory

public void setDefinitionsFactory(DefinitionsFactory definitionsFactory)
Description copied from class: BasicTilesContainer
Set the definitions factory. This method first ensures that the container has not yet been initialized.

Overrides:
setDefinitionsFactory in class BasicTilesContainer
Parameters:
definitionsFactory - the definitions factory for this instance.