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

java.lang.Objectorg.apache.tiles.portlet.context.PortletTilesContextFactory
public class PortletTilesContextFactory
Creates an instance of the appropriate TilesApplicationContext implementation.
| Constructor Summary | |
|---|---|
PortletTilesContextFactory()
|
|
| Method Summary | |
|---|---|
org.apache.tiles.TilesApplicationContext |
createApplicationContext(java.lang.Object context)
Create a TilesApplicationContext for the given context. |
TilesRequestContext |
createRequestContext(org.apache.tiles.TilesApplicationContext context,
java.lang.Object... requestItems)
Create a TilesRequestContext for the given context, request, and response. |
protected javax.portlet.PortletContext |
getPortletContext(org.apache.tiles.TilesApplicationContext context)
Returns the original portlet 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 PortletTilesContextFactory()
| Method Detail |
|---|
public void init(java.util.Map<java.lang.String,java.lang.String> configParameters)
init in interface TilesContextFactoryconfigParameters - A map of parameters.public org.apache.tiles.TilesApplicationContext createApplicationContext(java.lang.Object context)
createApplicationContext in interface TilesContextFactorycontext - The (application) context to use.
public TilesRequestContext createRequestContext(org.apache.tiles.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.portlet.PortletContext getPortletContext(org.apache.tiles.TilesApplicationContext context)
context - The application context.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||