org.hippoecm.hst.site.container
Class ApplicationContextUtils

java.lang.Object
  extended by org.hippoecm.hst.site.container.ApplicationContextUtils

public class ApplicationContextUtils
extends Object

ApplicationContextUtils

Version:
$Id$

Method Summary
static String[] getCheckedLocationPatterns(org.springframework.context.ApplicationContext applicationContext, List<String> locationPatterns)
          Returns location patterns which were checked by ApplicationContext.getResources(locationPattern); without any IOException.
static String[] getCheckedLocationPatterns(org.springframework.context.ApplicationContext applicationContext, String[] locationPatterns)
          Returns location patterns which were checked by ApplicationContext.getResources(locationPattern); without any IOException.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCheckedLocationPatterns

public static String[] getCheckedLocationPatterns(org.springframework.context.ApplicationContext applicationContext,
                                                  String[] locationPatterns)
Returns location patterns which were checked by ApplicationContext.getResources(locationPattern); without any IOException.

Parameters:
applicationContext -
locationPatterns -
Returns:

getCheckedLocationPatterns

public static String[] getCheckedLocationPatterns(org.springframework.context.ApplicationContext applicationContext,
                                                  List<String> locationPatterns)
Returns location patterns which were checked by ApplicationContext.getResources(locationPattern); without any IOException.

Parameters:
applicationContext -
locationPatterns -
Returns:


Copyright © 2008-2012 Hippo. All Rights Reserved.