|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.site.container.ApplicationContextUtils
public class ApplicationContextUtils
ApplicationContextUtils
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 |
---|
public static String[] getCheckedLocationPatterns(org.springframework.context.ApplicationContext applicationContext, String[] locationPatterns)
ApplicationContext.getResources(locationPattern);
without any IOException.
applicationContext
- locationPatterns
-
public static String[] getCheckedLocationPatterns(org.springframework.context.ApplicationContext applicationContext, List<String> locationPatterns)
ApplicationContext.getResources(locationPattern);
without any IOException.
applicationContext
- locationPatterns
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |