Example #1
0
 /**
  * @return true only if the async is enabled by configuration and if the original request was for
  *     a wro resource (passed through {@link WroFilter}).
  */
 private boolean isAsyncCheckAllowed() {
   return WroFilter.isPassedThroughyWroFilter(Context.get().getRequest());
 }