This project has retired. For details please refer to its Attic page.
WildcardPortletTilesApplicationContext (Tiles 2 2.2.2 API)

org.apache.tiles.portlet.context.wildcard
Class WildcardPortletTilesApplicationContext

Package class diagram package WildcardPortletTilesApplicationContext
java.lang.Object
  extended by org.apache.tiles.portlet.context.PortletTilesApplicationContext
      extended by org.apache.tiles.portlet.wildcard.WildcardPortletTilesApplicationContext
          extended by org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContext
All Implemented Interfaces:
TilesApplicationContext

Deprecated. Use WildcardPortletTilesApplicationContext.

public class WildcardPortletTilesApplicationContext
extends WildcardPortletTilesApplicationContext

Portlet-based implementation of the TilesApplicationContext interface that can resolve resources even using wildcards.

Since:
2.1.0
Version:
$Rev: 817014 $ $Date: 2009-09-20 14:08:27 +0200 (dom, 20 set 2009) $

Field Summary
 
Fields inherited from class org.apache.tiles.portlet.wildcard.WildcardPortletTilesApplicationContext
resolver
 
Fields inherited from class org.apache.tiles.portlet.context.PortletTilesApplicationContext
context
 
Constructor Summary
WildcardPortletTilesApplicationContext(javax.portlet.PortletContext portletContext)
          Deprecated. Use #WildcardPortletTilesApplicationContext(PortletContext) .
 
Method Summary
 
Methods inherited from class org.apache.tiles.portlet.wildcard.WildcardPortletTilesApplicationContext
getResource, getResources, initialize
 
Methods inherited from class org.apache.tiles.portlet.context.PortletTilesApplicationContext
createRequestContext, getApplicationScope, getContext, getInitParams, getPortletContext, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardPortletTilesApplicationContext

public WildcardPortletTilesApplicationContext(javax.portlet.PortletContext portletContext)
Deprecated. Use #WildcardPortletTilesApplicationContext(PortletContext) .

Constructor.

Parameters:
portletContext - The portlet context.
Since:
2.1.0


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.