|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.tiles.servlet.context.ServletTilesContextFactory
public class ServletTilesContextFactory
Creates an instance of the appropriate TilesApplicationContext implementation.
| Constructor Summary | |
|---|---|
ServletTilesContextFactory()
|
|
| Method Summary | |
|---|---|
org.apache.tiles.TilesApplicationContext |
createApplicationContext(java.lang.Object context)
|
org.apache.tiles.context.TilesRequestContext |
createRequestContext(org.apache.tiles.TilesApplicationContext context,
java.lang.Object... requestItems)
|
protected javax.servlet.ServletContext |
getServletContext(org.apache.tiles.TilesApplicationContext context)
Deprecated. Use TilesApplicationContext.getContext(). |
void |
init(java.util.Map<java.lang.String,java.lang.String> configParameters)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletTilesContextFactory()
| Method Detail |
|---|
public void init(java.util.Map<java.lang.String,java.lang.String> configParameters)
init in interface org.apache.tiles.context.TilesContextFactorypublic org.apache.tiles.TilesApplicationContext createApplicationContext(java.lang.Object context)
createApplicationContext in interface org.apache.tiles.context.TilesContextFactory
public org.apache.tiles.context.TilesRequestContext createRequestContext(org.apache.tiles.TilesApplicationContext context,
java.lang.Object... requestItems)
createRequestContext in interface org.apache.tiles.context.TilesContextFactoryprotected javax.servlet.ServletContext getServletContext(org.apache.tiles.TilesApplicationContext context)
TilesApplicationContext.getContext().
context - The application context.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||