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

java.lang.Objectorg.apache.tiles.jsp.context.JspTilesContextFactory
public class JspTilesContextFactory
Creates an instance of the appropriate TilesApplicationContext implementation.
| Constructor Summary | |
|---|---|
JspTilesContextFactory()
|
|
| Method Summary | |
|---|---|
TilesApplicationContext |
createApplicationContext(java.lang.Object context)
Create a TilesApplicationContext for the given context. |
TilesRequestContext |
createRequestContext(TilesApplicationContext context,
java.lang.Object... requestItems)
Create a TilesRequestContext for the given context, request, and response. |
protected javax.servlet.ServletContext |
getServletContext(TilesApplicationContext context)
Returns the original servlet context. |
void |
init(java.util.Map<java.lang.String,java.lang.String> configParameters)
Initialize the factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JspTilesContextFactory()
| Method Detail |
|---|
public void init(java.util.Map<java.lang.String,java.lang.String> configParameters)
init in interface TilesContextFactoryconfigParameters - A map of parameters.public TilesApplicationContext createApplicationContext(java.lang.Object context)
createApplicationContext in interface TilesContextFactorycontext - The (application) context to use.
public TilesRequestContext createRequestContext(TilesApplicationContext context,
java.lang.Object... requestItems)
createRequestContext in interface TilesContextFactorycontext - the associated TilesApplicationContextrequestItems - the associated request items, typically a request and a response.
protected javax.servlet.ServletContext getServletContext(TilesApplicationContext context)
context - The application context.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||