org.apache.tiles.portlet.wildcard
Class WildcardPortletTilesApplicationContext

java.lang.Object
  extended by org.apache.tiles.portlet.context.PortletTilesApplicationContext
      extended by org.apache.tiles.portlet.wildcard.WildcardPortletTilesApplicationContext
All Implemented Interfaces:
TilesApplicationContext
Direct Known Subclasses:
WildcardPortletTilesApplicationContext

public class WildcardPortletTilesApplicationContext
extends PortletTilesApplicationContext

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

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

Field Summary
protected  org.springframework.core.io.support.ResourcePatternResolver resolver
          The pattern resolver.
 
Fields inherited from class org.apache.tiles.portlet.context.PortletTilesApplicationContext
context
 
Constructor Summary
WildcardPortletTilesApplicationContext(javax.portlet.PortletContext portletContext)
          Constructor.
 
Method Summary
 java.net.URL getResource(java.lang.String path)
          
 java.util.Set<java.net.URL> getResources(java.lang.String path)
          
 void initialize(javax.portlet.PortletContext context)
          
 
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
 

Field Detail

resolver

protected org.springframework.core.io.support.ResourcePatternResolver resolver
The pattern resolver.

Since:
2.2.1
Constructor Detail

WildcardPortletTilesApplicationContext

public WildcardPortletTilesApplicationContext(javax.portlet.PortletContext portletContext)
Constructor.

Parameters:
portletContext - The portlet context.
Since:
2.2.1
Method Detail

initialize

public void initialize(javax.portlet.PortletContext context)

Overrides:
initialize in class PortletTilesApplicationContext

getResource

public java.net.URL getResource(java.lang.String path)
                         throws java.io.IOException

Specified by:
getResource in interface TilesApplicationContext
Overrides:
getResource in class PortletTilesApplicationContext
Throws:
java.io.IOException

getResources

public java.util.Set<java.net.URL> getResources(java.lang.String path)
                                         throws java.io.IOException

Specified by:
getResources in interface TilesApplicationContext
Overrides:
getResources in class PortletTilesApplicationContext
Throws:
java.io.IOException


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