protected abstract static class CssLinkResourceTransformer.AbstractLinkParser extends Object implements CssLinkResourceTransformer.LinkParser
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractLinkParser()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract int | 
extractLink(int index,
           String content,
           SortedSet<org.springframework.web.servlet.resource.CssLinkResourceTransformer.ContentChunkInfo> linksToAdd)
Invoked after a keyword match, after whitespaces removed, and when
 the next char is neither a single nor double quote. 
 | 
protected int | 
extractLink(int index,
           String endKey,
           String content,
           SortedSet<org.springframework.web.servlet.resource.CssLinkResourceTransformer.ContentChunkInfo> linksToAdd)  | 
protected abstract String | 
getKeyword()
Return the keyword to use to search for links, e.g. 
 | 
void | 
parse(String content,
     SortedSet<org.springframework.web.servlet.resource.CssLinkResourceTransformer.ContentChunkInfo> result)  | 
protected abstract String getKeyword()
public void parse(String content, SortedSet<org.springframework.web.servlet.resource.CssLinkResourceTransformer.ContentChunkInfo> result)
parse in interface CssLinkResourceTransformer.LinkParserprotected int extractLink(int index,
                          String endKey,
                          String content,
                          SortedSet<org.springframework.web.servlet.resource.CssLinkResourceTransformer.ContentChunkInfo> linksToAdd)
protected abstract int extractLink(int index,
                                   String content,
                                   SortedSet<org.springframework.web.servlet.resource.CssLinkResourceTransformer.ContentChunkInfo> linksToAdd)