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 class
PageResourceCompressor.CssPackStrategy
static class
PageResourceCompressor.JavaScriptPackStrategy
Fix for TW-15535static class
PageResourceCompressor.TCPackStrategy
-
Field Summary
Fields Modifier and Type Field Description static String
RESOURCE_PATH_PREFIX
static String
UTF_8
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getVersion()
List<String>
link(javax.servlet.http.HttpServletRequest request, String list, String ext)
boolean
willHandle(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
-
-