/** {@inheritDoc} */
@Override
public TilesApplicationContext createApplicationContext(Object context) {
if (context instanceof PortletContext) {
PortletContext portletContext = (PortletContext) context;
return new WildcardPortletTilesApplicationContext(portletContext);
}
return null;
}