Package jetbrains.buildServer.web.util
Interface PageResourceCompressor
-
- All Known Implementing Classes:
PageResourceCompressorImpl
public interface PageResourceCompressor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPageResourceCompressor.CssPackStrategystatic classPageResourceCompressor.JavaScriptPackStrategyFix for TW-15535static classPageResourceCompressor.TCPackStrategy
-
Field Summary
Fields Modifier and Type Field Description static StringRESOURCE_PATH_PREFIXstatic StringUTF_8
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetVersion()List<String>link(javax.servlet.http.HttpServletRequest request, String list, String ext)booleanwillHandle(String path)
-
-
-
Field Detail
-
UTF_8
@NonNls static final String UTF_8
- See Also:
- Constant Field Values
-
RESOURCE_PATH_PREFIX
@NonNls static final String RESOURCE_PATH_PREFIX
- See Also:
- Constant Field Values
-
-