fix #1406 add hasViewHelper

This commit is contained in:
Shinsuke Sugaya 2017-12-30 14:25:08 +09:00
parent b0761d7c82
commit be86e7ed0a

View file

@ -438,6 +438,10 @@ public final class ComponentUtil {
}
}
public static boolean hasViewHelper() {
return SingletonLaContainerFactory.getContainer().hasComponentDef(VIEW_HELPER);
}
public static boolean hasQueryHelper() {
return SingletonLaContainerFactory.getContainer().hasComponentDef(QUERY_HELPER);
}