#2707 add hasQueryParser
This commit is contained in:
parent
d3f6645d2e
commit
15c66e06f5
1 changed files with 4 additions and 0 deletions
|
@ -544,6 +544,10 @@ public final class ComponentUtil {
|
|||
return SingletonLaContainerFactory.getContainer().hasComponentDef(componentKey);
|
||||
}
|
||||
|
||||
public static boolean hasQueryParser() {
|
||||
return hasComponent(QUERY_PARSER);
|
||||
}
|
||||
|
||||
public static boolean hasViewHelper() {
|
||||
return hasComponent(VIEW_HELPER);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue