Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for certdata (0.04 sec)

  1. FessXpathTransformer.java

    L809: } L810: L811: protected PathMappingHelper getPathMappingHelper() { L812: return ComponentUtil.getPathMappingHelper(); L813: } L814: L815: @Override L816: public Object getData(final AccessResultData<?> accessResultData) { L817: final byte[] data = accessResultData.getData(); L818: if (data != null) { L819: try { L820: return SerializeUtil.fromBinaryToObject(data); L821: } catch (final Exception e) { L822: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Oct 24 13:01:38 UTC 2024
      42.9K bytes
Back to top