|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tiles.portlet.context.PortletTilesContextFactory
PortletTilesApplicationContextFactory
or
PortletTilesRequestContextFactory
.
public class PortletTilesContextFactory
Creates an instance of the appropriate TilesApplicationContext implementation.
Constructor Summary | |
---|---|
PortletTilesContextFactory()
Deprecated. |
Method Summary | |
---|---|
TilesApplicationContext |
createApplicationContext(Object context)
Deprecated. Create a TilesApplicationContext for the given context. |
TilesRequestContext |
createRequestContext(TilesApplicationContext context,
Object... requestItems)
Deprecated. Create a TilesRequestContext for the given context, request, and response. |
protected javax.portlet.PortletContext |
getPortletContext(TilesApplicationContext context)
Deprecated. Use PortletTilesRequestContextFactory.getPortletContext(TilesApplicationContext)
. |
void |
init(Map<String,String> configParameters)
Deprecated. Initializes the object. |
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(Map<String,String> configParameters)
init
in interface Initializable
configParameters
- The map of parameters.public TilesApplicationContext createApplicationContext(Object context)
createApplicationContext
in interface TilesContextFactory
context
- The (application) context to use.
public TilesRequestContext createRequestContext(TilesApplicationContext context, Object... requestItems)
createRequestContext
in interface TilesRequestContextFactory
context
- the associated TilesApplicationContext
requestItems
- the associated request items, typically a request and a response.
@Deprecated protected javax.portlet.PortletContext getPortletContext(TilesApplicationContext context)
PortletTilesRequestContextFactory.getPortletContext(TilesApplicationContext)
.
context
- The application context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |