fix #1406 add hasViewHelper
This commit is contained in:
parent
b0761d7c82
commit
be86e7ed0a
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue