类 CssLinkResourceTransformer.UrlFunctionLinkParser
java.lang.Object
cn.taketoday.web.resource.CssLinkResourceTransformer.AbstractLinkParser
cn.taketoday.web.resource.CssLinkResourceTransformer.UrlFunctionLinkParser
- 所有已实现的接口:
CssLinkResourceTransformer.LinkParser
private static class CssLinkResourceTransformer.UrlFunctionLinkParser
extends CssLinkResourceTransformer.AbstractLinkParser
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected intextractLink(int index, String content, SortedSet<CssLinkResourceTransformer.ContentChunkInfo> linksToAdd) Invoked after a keyword match, after whitespace has been removed, and when the next char is neither a single nor double quote.protected StringReturn the keyword to use to search for links, e.g.从类继承的方法 cn.taketoday.web.resource.CssLinkResourceTransformer.AbstractLinkParser
extractLink, parse
-
构造器详细资料
-
UrlFunctionLinkParser
private UrlFunctionLinkParser()
-
-
方法详细资料
-
getKeyword
Return the keyword to use to search for links, e.g. "@import", "url(" -
extractLink
protected int extractLink(int index, String content, SortedSet<CssLinkResourceTransformer.ContentChunkInfo> linksToAdd) Invoked after a keyword match, after whitespace has been removed, and when the next char is neither a single nor double quote.
-