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

java.lang.Objectorg.apache.tiles.jsp.context.JspTilesRequestContextFactory
public class JspTilesRequestContextFactory
Creates an instance of the appropriate TilesRequestContext
implementation under a JSP environment.
| Constructor Summary | |
|---|---|
JspTilesRequestContextFactory()
|
|
| Method Summary | |
|---|---|
TilesRequestContext |
createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context, request, and response. |
void |
init(Map<String,String> configParameters)
Initializes the object. |
void |
setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the Tiles request context factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JspTilesRequestContextFactory()
| Method Detail |
|---|
public void init(Map<String,String> configParameters)
init in interface InitializableconfigParameters - The map of parameters.public void setRequestContextFactory(TilesRequestContextFactory contextFactory)
setRequestContextFactory in interface TilesRequestContextFactoryAwarecontextFactory - The Tiles context factory.
public TilesRequestContext createRequestContext(TilesApplicationContext context,
Object... requestItems)
createRequestContext in interface TilesRequestContextFactorycontext - the associated TilesApplicationContextrequestItems - the associated request items, typically a request and a response.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||