コード例 #1
0
ファイル: ResourceWatcher.java プロジェクト: relgames/wro4j
 /**
  * @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());
 }