|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.factory.AbstractTilesContainerFactory
public abstract class AbstractTilesContainerFactory
Abstract Factory that creates instances of TilesContainerFactory
.
Field Summary | |
---|---|
static java.lang.String |
CONTAINER_FACTORY_INIT_PARAM
Initialization parameter that represents the container factory class name. |
Constructor Summary | |
---|---|
AbstractTilesContainerFactory()
|
Method Summary | |
---|---|
abstract TilesContainer |
createContainer(TilesApplicationContext applicationContext)
Creates a Tiles container. |
static AbstractTilesContainerFactory |
getTilesContainerFactory(TilesApplicationContext context)
Deprecated. Create directly a new instance of this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CONTAINER_FACTORY_INIT_PARAM
Constructor Detail |
---|
public AbstractTilesContainerFactory()
Method Detail |
---|
public static AbstractTilesContainerFactory getTilesContainerFactory(TilesApplicationContext context)
context
- The application context object.
TilesContainerFactoryException
- If something goes wrong during
creation.public abstract TilesContainer createContainer(TilesApplicationContext applicationContext)
applicationContext
- The Tiles application context object.
TilesContainerFactoryException
- If something goes wrong during
instantiation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |